Installation guide

Documentation Status PyPI version Build Status GitHub Issues codecov License

Compatibilities

  • It is compatible with: Python 3.6. & 64-bit version only (32-bit python is not supported)
  • Operating system: MacOS

Preparation

First, make sure you have setuptools installed. Check that the following requirements are installed:

$ sudo apt-get install build-essential
$ pip install cmake

Installation

Install from pip

Learn2clean is now available on PyPI, so you only need to run the following command:

$ pip install learn2clean

Install from the Github

  • The sources for Learn2clean can be downloaded from the Github repo.

    • You can either clone the public repository:
    $ git clone git://github.com/LaureBerti/Learn2Clean
    
    $ curl  -OL https://github.com/LaureBerti/Learn2Clean/tarball/master
    
  • Once you have a copy of the source, you can install it using setup.py :

    $ cd learn2clean/
    $ python setup.py install