Cédric Campos Carvalho, Henri Jaton et Thomas Frantzen
Tested with python: 3.9.7
This projects contains the requirements.txt
file with all the modules needed. To create the environment, follow these steps:
- Go into the folder of the project
Unihockey-Qself
. - Create a python environment:
python -m venv venv
- Activate the environment:
On Windows:
venv\Scripts\activate.bat
On Linux/MacOS:
source venv\bin\activate
- Install the python modules:
pip install -r requirements.txt
This projects contains the requirements_flask.txt
file with all the modules needed. To create the environment, follow these steps:
- Go into the folder of the project
Unihockey-Qself/Flask
. - Create a python environment:
python -m venv venv
- Activate the environment:
On Windows:
venv\Scripts\activate.bat
On Linux/MacOS:
source venv\bin\activate
- Install the python modules:
pip install -r requirements_flask.txt
- Run the web server:
python app.py
- All files are stored in Jupyter notebooks.