Installing the optigatrust Pyhon module from source

February 26, 2025 ยท View on GitHub

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 .

Contents

  1. 1Dependencies
  2. 1.1Install the Python module from sources