tripeur пре 4 година
родитељ
комит
cdc8e9320b
1 измењених фајлова са 10 додато и 0 уклоњено
  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
+```