Aucune description

tripeur cdc8e9320b First commit il y a 4 ans
.vscode 16b3459f66 First commit il y a 4 ans
static 1089d0429b First Commit il y a 4 ans
templates 1089d0429b First Commit il y a 4 ans
.gitignore 40a4888eba add .db to gitignore il y a 4 ans
Coin.py 1089d0429b First Commit il y a 4 ans
README.md cdc8e9320b First commit il y a 4 ans
app.py 1089d0429b First Commit il y a 4 ans
populate.py 1089d0429b First Commit il y a 4 ans
requirement.txt 16b3459f66 First commit il y a 4 ans

README.md

install

mkdir MaxApp
cd MaxApp
git clone http://gitlab.jaquin.fr/clovis/MaxApp.git
python -m venv venv
venv/Scripts/activate
pip -r requirements.txt