You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
340 B
16 lines
340 B
AUTHOR: Calculate Pack <support@calculate.ru>
|
|
|
|
INSTALL
|
|
-------
|
|
|
|
calculate-client needs the following library version installed, in order to run:
|
|
Python >= 2.5
|
|
python-ldap >= 2.0.0
|
|
pyxml >= 0.8
|
|
calculate-lib >= 2.1.0
|
|
|
|
To install calculate-client , just execute the install script 'setup.py'.
|
|
Example:
|
|
|
|
./setup.py install
|