From 7a93e689f23a358f8341bb71bef100663e411666 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 20 Jun 2020 11:14:15 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a00fcda..9bcde4e 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,23 @@ here is the library of contingencies -testing the webhook - ## Creating the venv + python3 -m venv source venv/bin/activate pip install mwclient html5lib - ## Activating the venv cd /var/www/html source venv/bin/activate - ## Pulling the tasks - python scripts/pulltasks.py > tasks.html +python scripts/pulltasks.py + + +## Running the server locally + +cd tasks && python -m http.server