-
Notifications
You must be signed in to change notification settings - Fork 5
/
INSTALL.txt
41 lines (32 loc) · 1.47 KB
/
INSTALL.txt
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
31
32
33
34
35
36
37
38
39
40
41
Durus Installation
* Requirements:
Durus requires Python version 2.4 or above.
Python distributions are available at http://www.python.org.
If you need to run Durus on Windows NT/2000, you will need
python with the win32 extensions, available at
http://sf.net/projects/pywin32/.
Durus includes an optional C-extension that makes it run much
faster. You will need a C compiler to build the extension.
* Installation:
Go to http://www.mems-exchange.org/software/durus and download the
latest version.
Untar the tarball with a command like this:
tar zvxf Durus-3.9.tar.gz
Move into the Durus source directory:
cd Durus-3.9
Here is the standard installation command, with the additional option
that creates a "durus.installed" file containing the list of installed
files.
python setup.py install --record installed.txt
Watch the install messages for "permission denied" warnings: if you
see any, it probably means that you don"t have write permission on the
"site-packages" directory in the installed python lib directory, or
else on the installed python bin directory. You can either change the
permissions on those directories or else you can try a customized
installation.
Review the installed.txt file to see where the install script made
changes. You should make sure that the script files installed to the python
bin directory are on your command shell's path.
* Customized Installation:
To see all of the install options, run this command:
python setup.py install --help