Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 544 Bytes

Open

Epitech Game Jam April 2024

Installation

pip install -r requirements.txt python -m venv venv cd venv

Before executing run the activate script in Scripts. After being done, don't forget to deactivate it if needed


To do when updating the dependencies, before uploading:

Linux : pip install pipreqs && pipreqs --encoding=utf8 --force

Windows : pip install pipreqs; if ($?) {pipreqs --encoding=utf8 --force}


To do after cloning/pulling new dependencies:

Linux/Windows: pip install -r requirements.txt