Installation Instructions
The requirements for using sdt_metrics are:
- Python 2.7.x
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 sdt_metrics
Acquire sdt_metrics from PyPi
- get setuptools
- run easy_install -U sdt_metrics
Note
the module should install unzipped
Install from source
- Obtain source from PyPi
- Unzip
- Run “setup.py install”
To develop sdt_metrics you should also have:
- nose : (using 0.11.3)
- Sphinx : (tested with 1.1.3)
- pyvttbl : (tested with 0.5.2.1, needed to run tests)