Skip to content

Anonymizer Installation

Dimitris Katsiros edited this page Sep 22, 2019 · 12 revisions

How to install the anonymizer package

Prerequisites

  • Python 3.6 or later
  • pip3

Installation

  1. Clone the repository

    git clone https://github.com/eellak/gsoc2019-anonymization.git
    
  2. Install the requirments

    cd gsoc2019-anonymization
    sudo pip3 install -r requirements_as_package.txt
    sudo apt-get install odt2txt
    
  3. Install the package

    sudo pip3 install --user dist/anonymizer-0.1.0.tar.gz
    
  4. After a successful installation, the anonymization service can be imported in any python script just by adding import anonymizer.