This repository was archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathINSTALL
More file actions
30 lines (22 loc) · 1.24 KB
/
INSTALL
File metadata and controls
30 lines (22 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
------------------------------------------------------------------------------
draytools program installation
------------------------------------------------------------------------------
There are currently two options for using draytools:
1. Source distribution -- Python source code, cross-platform
2. Binary distribution -- py2exe bundle, for Windows only
------------------------------------------------------------------------------
1. Source distribution
------------------------------------------------------------------------------
1.1. Get Python (2.5 or newer) at http://www.python.org/getit/
1.2. Verify that the Python instaillation was succesful and the Python
executable is in the PATH environment value. If not, add it to PATH.
1.3. Copy draytools.py and pydelzo.py to some convenient location
1.4. Run draytools.py from the shell:
$ python draytools.py --help
------------------------------------------------------------------------------
2. Windows binary distribution
------------------------------------------------------------------------------
1. Extract the archive contents to some convenient location
2. Run from the command line:
> draytools.exe --help
------------------------------------------------------------------------------