- 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 installin the main folder.
- Run
poetry run pytestin the main folder.
- Run
poetry run mypy .in the main folder.