diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 23:05:39 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 23:05:39 +0300 |
| commit | fae86d055e5fca5bc54c431f92eca43b2e216d33 (patch) | |
| tree | 22b31963ed4fe9c68e12d01957d1e37ebd764ba7 /README.md | |
| parent | 467acce0adf9d73708cbac562c196cdead70cfe6 (diff) | |
Update venv requirements
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -4,10 +4,12 @@ ### Python Requirements Setup +Install all requirements, preferably within a virtualenv: + ```bash $ python -m venv venv $ source venv/bin/activate -$ pip install -r requirements.txt +(venv)$ pip install -r requirements.txt ``` ### Update Wiki Content @@ -32,11 +34,11 @@ $ cat >content/blog/2017-12-31-happy-new-year.md << EOF ### Dev Server ```bash -$ FLASK_DEBUG=1 FLASK_APP=app.py flask run +(venv)$ FLASK_DEBUG=1 FLASK_APP=app.py flask run ``` ### Build ```bash -$ python freeze.py +(venv)$ python freeze.py ``` |
