Commit 45ad0ad62c96d8e40dfd7c2cb06945a3c8b70818
1 parent
9a1d36c5
added INSTALL.txt
Showing
1 changed file
with
34 additions
and
0 deletions
INSTALL.txt
0 → 100644
| 1 | +How to Download and Install python-oletools | |
| 2 | +=========================================== | |
| 3 | + | |
| 4 | +Pre-requisites | |
| 5 | +-------------- | |
| 6 | + | |
| 7 | +For now, python-oletools require Python 2.x. | |
| 8 | +They are not compatible with Python 3.x yet. | |
| 9 | + | |
| 10 | + | |
| 11 | +For command-line tools | |
| 12 | +---------------------- | |
| 13 | + | |
| 14 | +To use python-oletools from the command line as analysis tools, you may simply | |
| 15 | +download the zip archive from https://bitbucket.org/decalage/oletools/downloads | |
| 16 | +and extract the files in the directory of your choice. | |
| 17 | + | |
| 18 | +You may then add the directory to your PATH environment variable to access the | |
| 19 | +tools from anywhere. | |
| 20 | + | |
| 21 | + | |
| 22 | +For python applications | |
| 23 | +---------------------- | |
| 24 | + | |
| 25 | +If you plan to use python-oletools with other Python applications or your own | |
| 26 | +scripts, the simplest solution is to use "pip install oletools" or | |
| 27 | +"easy_install oletools" to download and install the package in one go. | |
| 28 | + | |
| 29 | +Otherwise you may download/extract the zip archive from | |
| 30 | +https://bitbucket.org/decalage/oletools/downloads) in a temporary directory and | |
| 31 | +run "python setup.py install". | |
| 32 | +On Windows, you may also double-click on install.bat. | |
| 33 | + | |
| 34 | + | ... | ... |