説明なし

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

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