From 45ad0ad62c96d8e40dfd7c2cb06945a3c8b70818 Mon Sep 17 00:00:00 2001 From: Philippe Lagadec Date: Thu, 28 Aug 2014 14:18:09 +0200 Subject: [PATCH] added INSTALL.txt --- INSTALL.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+), 0 deletions(-) create mode 100644 INSTALL.txt diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..4c0da78 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,34 @@ +How to Download and Install python-oletools +=========================================== + +Pre-requisites +-------------- + +For now, python-oletools require Python 2.x. +They are not compatible with Python 3.x yet. + + +For command-line tools +---------------------- + +To use python-oletools from the command line as analysis tools, you may simply +download the zip archive from https://bitbucket.org/decalage/oletools/downloads +and extract the files in the directory of your choice. + +You may then add the directory to your PATH environment variable to access the +tools from anywhere. + + +For python applications +---------------------- + +If you plan to use python-oletools with other Python applications or your own +scripts, the simplest solution is to use "pip install oletools" or +"easy_install oletools" to download and install the package in one go. + +Otherwise you may download/extract the zip archive from +https://bitbucket.org/decalage/oletools/downloads) in a temporary directory and +run "python setup.py install". +On Windows, you may also double-click on install.bat. + + -- libgit2 0.21.4