Skip to content

requirements.txt

nh916 edited this page Jun 20, 2023 · 1 revision

requirements.txt

These are the bare requirements the user needs to run the program on their machine.

requirements_dev.txt

These are requirements that are needed to run the program for a developers computer or for our CI. It includes packages for testing such as pytest, packages for test coverage such as coverage.py, and more.

requirements_docs.txt

These are the requirements that are needed for the documentation to run. They can be optionally installed into the developers machine to run the documentation locally and it is also downloaded within the CI/CD when building the documentation and deploying it to gh-pages

Clone this wiki locally