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.
15 lines
335 B
15 lines
335 B
AUTHOR: Calculate Pack <support@calculate.ru>
|
|
|
|
INSTALL
|
|
-------
|
|
|
|
calculate-server needs the following library version installed, in order to run:
|
|
python >= 3.8
|
|
python-ldap >= 3.3.0
|
|
pymilter >= 1.0.4
|
|
lxml >= 4.6.3
|
|
To install calculate-server , just execute the install script 'setup.py'.
|
|
Example:
|
|
|
|
./setup.py install
|