Installation Guide

Before installing the vfi module, you will need numpy, scipy and scikit-learn

pip install numpy scipy scikit-learn

Then, to install vfi:

pip install vfi

If you wish to install from the source code (available here ), change your working directory to the top-level directory of the source code, and issue:

python setup.py install