more readme

master
bootleglibrary 5 years ago
parent af74945d1b
commit f4ef1387c7

@ -4,6 +4,12 @@ here is the library of contingencies
testing the webhook testing the webhook
## Creating the venv
python3 -m venv
source venv/bin/activate
pip install mwclient
## Activating the venv ## Activating the venv
cd /var/www/html cd /var/www/html

@ -9,7 +9,7 @@ p.add_argument("--path", metavar='', default="/mw-mediadesign/", help="Wiki path
p.add_argument("--output", default="../", help="Output path for pages") p.add_argument("--output", default="../", help="Output path for pages")
args = p.parse_args() args = p.parse_args()
print(args) # print(args)
# site and login # site and login
print ("""<!DOCTYPE html> print ("""<!DOCTYPE html>

Loading…
Cancel
Save