1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-03-02 02:21:21 +01:00

Update readme about requirements

This commit is contained in:
David Lynch 2014-04-28 18:25:54 -05:00
parent d1a60dbb9c
commit 0e4632c709

View file

@ -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
---