diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -6,17 +6,22 @@ Features: simple, tweakable, fast. setup: - git clone <url> - python -m venv .venv - source .venv/bin/activate - pip install -r requirements.txt - python run.py + $ git clone <url> + $ python -m venv .venv + $ source .venv/bin/activate + $ pip install -r requirements.txt + $ python run.py use: http://localhost:5000 reload/tweak in header +dependencies: + + To update the requirements list use + $ pip freeze -r requirements.txt > requirements.txt + hack: Each block is defined by: @@ -27,5 +32,5 @@ hack: deploy: - local: python app.py + local: python run.py server: pip install gunicorn; gunicorn -w 4 app:app |
