Sem descrição

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

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