Skip to content

Installing the python code

Erin Sheldon edited this page Nov 8, 2015 · 1 revision

Requirements

The python library has a few external requirements.

installing the python library

in the usual place
    python setup.py install

at a different prefix
    python setup.py install --prefix=/some/path

make sure it is on your PYTHONPATH

Clone this wiki locally