Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 543 Bytes

INSTALL.md

File metadata and controls

20 lines (14 loc) · 543 Bytes

Installing the optigatrust Pyhon module from source

Dependencies

The optigatrust Python module depends on the modules in requirements.txt. For testing, the additional dependencies in tests/requirements.txt have to be installed.

python -m pip install -r ./requirements.txt
python -m pip install -r ./tests/requirements.txt

Install the Python module from sources

To install this Python module from sources, run the following command.

python -m pip install .