summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 23:02:30 +0300
committerYuval Adam <_@yuv.al>2017-08-07 23:02:30 +0300
commit467acce0adf9d73708cbac562c196cdead70cfe6 (patch)
tree18d8625f9554f468452d4675634c78f9aa6cdf21
parent6ad5a66fb76c2ead4b44b216e59e6ff2fd5e58d0 (diff)
Add python reqs
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88136b3..4b85c9e 100644
--- a/README.md
+++ b/README.md
@@ -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