numpy
cython
From source on Linux:
$> git clone https://github.com/vahtras/pd.git
$> cd pd
$> python setup.py install
The recommended way is to execute
$ nosetests
in the pd root directory.
For extensive testing, run
$ nosetests -a 'speed=slow'
8000