Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 542 Bytes

INSTALL.md

File metadata and controls

18 lines (12 loc) · 542 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 .