Development#
To work on this repository directly, clone the repository and set up your environment as follows:
Clone the repository
git clone https://github.com/phil-hofmann/pylit.git
cd pylit
Ensure pip is installed
python3 -m ensurepip --upgrade
Install Poetry if not already installed
pip install --upgrade poetry
poetry --version
Install dependencies using Poetry
poetry install