-
Notifications
You must be signed in to change notification settings - Fork 4
Anonymizer Installation
Dimitris Katsiros edited this page Aug 25, 2019
·
12 revisions
- Python 3.6 or later
-
Clone the repository
git clone https://github.com/eellak/gsoc2019-anonymization.git
-
Install the requirments
cd gsoc2019-anonymization pip3 install --user dist/anonymizer-0.1.0.tar.gz
-
After a successful installation, the anonymization service can be imported in any python script just by adding
import anonymizer
.