Step by step to use poetry library to build the python project:
- Install python 3.12
- Run
py -3.12 -m pip install poetryand the following commands on the root folder of this repository - Execute the command
py -3.12 -m poetry config virtualenvs.in-project true - Execute the command
py -3.12 -m poetry install. - Now activate the created virtual environment with
.\.venv\Scripts\activate