From 4d811951999bf05f27fcf22fe5268fb2ba18bf4c Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Sat, 11 Mar 2017 11:30:08 +0100 Subject: [PATCH] some kind of readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35b023b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +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 +