Updated Getting started (markdown)

abigailgold 2022-03-29 17:00:10 +03:00
parent a7e6073827
commit dde20e1c83

@ -6,4 +6,11 @@ pip install ai-privacy-toolkit
git clone https://github.com/IBM/ai-privacy-toolkit
# Official ai-privacy-toolkit documentation:
https://ai-privacy-toolkit.readthedocs.io/en/latest/
https://ai-privacy-toolkit.readthedocs.io/en/latest/
# Running tests
Tests are available when downloading/cloning the repo from github (not when installing using pip).
Each file within the tests/ directory is a pytest compatible unit test, and can be run using the command:
pytest tests/<file_name>.py
To run all tests use:
pytest tests/