Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 317 Bytes

Installation

To install as a Python module, type

python -m pip install .

from the root directory. For developers, you should install in linked .egg mode using

python setup.py develop

If you are using a Python virtual environment, you should activate this first before using the above commands.