No Description

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

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