Development#

To work on this repository directly, clone the repository and set up your environment as follows:

  1. Clone the repository

git clone https://github.com/phil-hofmann/pylit.git
cd pylit
  1. Ensure pip is installed

python3 -m ensurepip --upgrade
  1. Install Poetry if not already installed

pip install --upgrade poetry
poetry --version
  1. Install dependencies using Poetry

poetry install