Installation¶
Before installing VTT, you need to have setuptools installed.
Download¶
The source is available on GitHub at https://github.com/rionbr/vtt
You can also download it from the Python Package Index (Pypi) at https://pypi.python.org/pypi/vtt
Quick Install¶
The easier way to install this package is using pip. Just run the following command on terminal to install.
$pip install vtt
Requirements¶
Python: To use this package you need Python 2.7
NumPy: Provides matrix representation of graphs and is used in some graph algorithms for high-performance matrix computations. http://scipy.org
SciPy: Provides sparse matrix representation of graphs and many numerical scientific tools. http://scipy.org
Scikit Learn: Machine Learning in Python. http://scikit-learn.org