- Make sure to have python version 3.x installed -> https://www.python.org/downloads/ if not
- Installation of Preferred Installer Program (pip)
$ python3 -m pip install --upgrade pip - Installation of the python libraries
$ pip install -r requirements.txt
-
Installation of Preferred Installer Program (pip)
$ C:> py -m pip install --upgrade pip -
Installation of the python libraries
$ pip install -r requirements.txt -
Then go in the Pygame-Project-23 folder, and execute the
run.pyprogram using python3.$ python3 run.py