Installation

Prerequisites

Improse requires:

If you already have a working installation of numpy and scipy, the easiest way to install scikit-learn and pandas is using pip:

pip install -U scikit-learn

pip install -U pandas

or using conda:

conda install scikit-learn

conda install pandas

If you don’t already have a python installation with numpy, scipy and pandas, we recommend to install either via your package manager or via a python bundles (Canopy, Anaconda). These come with numpy, scipy, scikit-learn, pandas and many other helpful scientific and data processing libraries and available for platforms including Windows, Mac OSX and Linux.

Install Improse

You can install Improse either from PyPi using pip and install it from the source. Please make sure you have already installed the above mentioned python libraries required to run Improse.

Install from PyPi:

pip install improse

Install from the source:

tar -zxvf improse-1.0.tar.gz
cd improse-1.0
python setup.py install