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.
15 lines
264 B
Markdown
15 lines
264 B
Markdown
8 years ago
|
Installation
|
||
|
=============
|
||
|
|
||
|
Make sure your virtualenv is up to date (had troubles with html5lib).
|
||
|
|
||
|
Create and activate your venv.
|
||
|
|
||
|
virtualenv venv
|
||
|
source venv/bin/activate
|
||
|
|
||
|
Install python dependencies with pip
|
||
|
|
||
|
pip install pillow html5lib mwclient
|
||
|
|