Nincs leírás

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

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