From 0e4632c70929529638de8e67aab4172c05fcbf27 Mon Sep 17 00:00:00 2001 From: David Lynch Date: Mon, 28 Apr 2014 18:25:54 -0500 Subject: [PATCH] Update readme about requirements --- README.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 068e684..f94dec6 100644 --- a/README.markdown +++ b/README.markdown @@ -3,10 +3,15 @@ Leech Let's say you want to read some sort of fiction. You're a fan of it, perhaps. But mobile websites are kind of non-ideal, so you'd like a proper ebook made from whatever you're reading. -Usage +Setup --- -You'll need python3 and BeautifulSoup. +You'll need python3, BeautifulSoup, and html5lib. If you don't have them, this will make them show up: + + $ pip install -r requirements.txt + +Usage +--- $ python3 leech.py [[URL]] @@ -18,6 +23,7 @@ Supports --- * Fanfiction.net + * Sta.sh Contributing ---