Update 'README.md'

master
simon 4 years ago
parent 2d382cd3fc
commit 7a93e689f2

@ -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

Loading…
Cancel
Save