# checkout the repo
git clone https://github.com/gretelai/gdpr-helpers.git
# create venv
cd gdpr-helpers
python -m venv ./venv
source venv/bin/activate
# install gdpr-helpers package
pip install -U .
2. Add your Gretel API key via the Gretel CLI.
Use the Gretel client to store your API key to disk. This step is optional, the gdpr-helpers will prompt you for an API key if one cannot be found.
gretel configure
Use the example function to anonymize all datasets in a directory. Edit ./examples/anonymize_files.py to anonymize your own datasets versus the provided samples.
python -m examples.anonymize_files