You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Murtaugh d4d8c76aba | 7 years ago | |
---|---|---|
scripts | 7 years ago | |
.gitignore | 8 years ago | |
README.md | 8 years ago | |
about.txt | 8 years ago | |
index.html | 8 years ago | |
makefile | 7 years ago | |
map.js | 8 years ago | |
styles.css | 8 years ago | |
xpub.top.json | 8 years ago |
README.md
Installation
Create and activate your venv.
virtualenv venv
source venv/bin/activate
Install python dependencies with pip
pip install pillow html5lib mwclient
In case of troubles with html5 lib, Make sure your virtualenv is up to date.