Getting Started¶
Installation¶
It is reccomended to install the package in a virtual environment.
The package available on PyPI. You can install it via the following command in your active environment:
Alternatively, you can install by locally cloning the repository:
Usage¶
Building the documentation¶
If you have cloned the repository locally, you can build the documentation by running the following command:
You can then inspect the documentation in the docs/_build/html directory by opening the index.html file in your browser.
Running tests¶
If you have cloned the repository locally, you can run tests via pytest as follows:
You can get a report of test coverage via the comand:
This will generate a coverage report in the folder htmlcov. You can inspect the report by opening the index.html file in your browser.