Sfoglia il codice sorgente

add description about setting up python environment and make it work

weichen 4 anni fa
parent
commit
4be00f923b
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+python - 3.6.8
+
+settup python bhouse-backstage
+mkdir .virtualenvs
+cd .virtualenvs
+
+macOS
+python3.6 -m venv bouse_backstage 
+source ~/.virtualenvs/bouse_backstage/bin/activate
+pip install -r requirements.txt