暂无描述

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