- Install git - https://git-scm.com/downloads.
- Clone this repository.
- Install Python 3.12.2 - https://www.python.org/downloads/release/python-3122/.
- Install PyCharm, VSCode or other preferred IDE. 5Open the main folder in IDE.
- Install poetry - https://python-poetry.org/docs/#installation.
- Run
poetry install
in the main folder.
- Run
poetry run pytest
in the main folder.
- Run
poetry run mypy .
in the main folder.