diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 23:02:30 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 23:02:30 +0300 |
| commit | 467acce0adf9d73708cbac562c196cdead70cfe6 (patch) | |
| tree | 18d8625f9554f468452d4675634c78f9aa6cdf21 | |
| parent | 6ad5a66fb76c2ead4b44b216e59e6ff2fd5e58d0 (diff) | |
Add python reqs
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ ## Dev +### Python Requirements Setup + +```bash +$ python -m venv venv +$ source venv/bin/activate +$ pip install -r requirements.txt +``` + ### Update Wiki Content ```bash |
