Installation

LattPy is available on PyPI:

$ pip install lattpy

Alternatively, it can be installed via GitHub:

$ pip install git+https://github.com/dylanljones/lattpy.git@VERSION

where VERSION is a release or tag (e.g. 0.6.4). The project can also be cloned/forked and installed via

$ python setup.py install