-
Notifications
You must be signed in to change notification settings - Fork 4
Anonymizer Installation
Dimitris Katsiros edited this page Sep 23, 2019
·
12 revisions
- Python 3.6 or later
- pip3
-
Clone the repository
git clone https://github.com/eellak/gsoc2019-anonymization.git
-
Install the requirments
cd gsoc2019-anonymization sudo pip3 install -r requirements_as_package.txt sudo apt-get install odt2txt
-
Install the package
sudo -H python3.6 setup.py install
-
After a successful installation, the anonymization service can be imported in any python script just by adding
import anonymizer
.