Installation
The requirements for using pyvttbl are:
- Python 2.7.x (This package uses the OrderedDict and Counter objects
introduced in the collections module of 2.7. )
- SciPy : (tested with 0.9.0)
- NumPy : (tested with 1.5.1)
- Matplotlib : (tested with 1.0.1)
Options to install pyvttbl
Acquire pyvttbl from PyPi
- get setuptools
- run easy_install -U pyvttbl
Note
the module should install unzipped
Install from source
- You will also need to acquire
dictset and
pystaggrelite3
Note
If you use easy_install it should automatically acquire dictset
and pystaggrelite3.
- Obtain source from PyPi
- Unzip
- Run “setup.py install”
To develop pyvttbl you should also have:
- nose (using 0.11.3)
- Sphinx : (tested with 1.1.3)