Installation instructions

Dependencies

pyzome requires

Installation

pyzome can be installed using pip:

pip install pyzome

Alternatively it can be installed by cloning the Github repository (or downloading the source code) and running:

python setup.py install

in the top-level pyzome directory. You can also use pip to install from the cloned/source directory with:

pip install -e .

This will install pyzome in your current Python environment.