Browse Source

First commit

tripeur 4 years ago
parent
commit
cdc8e9320b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+## 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
+```