Keine Beschreibung

weichen 4be00f923b add description about setting up python environment and make it work vor 4 Jahren
backstage b90dd52544 add multiple base type page vor 4 Jahren
.gitignore 582c1c38f2 add gitignore vor 4 Jahren
README.md 4be00f923b add description about setting up python environment and make it work vor 4 Jahren
requirements.txt 42af527d3d add requirements for setting up python environment vor 4 Jahren
run.py d8595203dc change structure, use blueprint for managing multiple app vor 4 Jahren
setup.cfg 03e8b4553a add setup.cfg for flask style vor 4 Jahren

README.md

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