Skip to content

Getting started

abigailgold edited this page Mar 29, 2022 · 3 revisions

Installing the toolkit

Using pip:

pip install ai-privacy-toolkit

Download from github:

git clone https://github.com/IBM/ai-privacy-toolkit

Official ai-privacy-toolkit documentation:

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/

Clone this wiki locally