Download an install Python 3.8.5, if not installed go to below link.
https://www.python.org/downloads/release/python-385/
- Run
make venv
to create virtual environment which creates avenv
folder in project root directory.
- On Unix-like systems run
source ./venv/bin/activate
to be in the virtual environment shell. - In your IDE (PyCharm, Eclipse PyDev), configure the Python intepretory
- Run
make run
to run the project.