From 467acce0adf9d73708cbac562c196cdead70cfe6 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 23:02:30 +0300 Subject: Add python reqs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.3.1