This document contains information about contributing to this repository. Please read it before contributing.
lanarky is built with Python 3.9 and managed by Poetry.
Clone this repository and follow the steps below to get started.
conda create -n lanarky python=3.9 -y
conda activate lanarkyYou can choose any other environment manager of your choice.
pip install poetry
poetry installlanarky uses pre-commit to run code checks and tests before every commit. To install the pre-commit hooks,
run the following commands:
poetry run pre-commit install