Installation#

We recommend to install PyLIT with Poetry, if you use Anaconda you will have to make a few alterations to run the sample usage scripts.

The easiest way to install is via pip:

pip install git+https://github.com/phil-hofmann/pylit.git

If you don’t have pip installed, follow the instructions here: Installing pip.

  • If you would like to use an environment-based setup, please follow these guides:

  • If you would like to work on the repository directly, please follow this guide: