diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2012-11-30 14:42:53 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2012-11-30 14:42:53 +0100 |
commit | 58b452515ee123d10fc0c2fe2ecb48265f8269cc (patch) | |
tree | e49cc99a3f5d89fe3211f99b5350372fd07a6646 /README.md | |
parent | Update readme (diff) | |
download | kcc-58b452515ee123d10fc0c2fe2ecb48265f8269cc.tar.gz kcc-58b452515ee123d10fc0c2fe2ecb48265f8269cc.tar.bz2 kcc-58b452515ee123d10fc0c2fe2ecb48265f8269cc.zip |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index 13cfe3e..e4c75f9 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ `KindleComicConverter` is a MacOS X AppleScript droplet to convert image folders to a comic-type Mobipocket ebook to take advantage of the new Panel View mode on Amazon's Kindle. ## REQUIREMENTS - - `kindlegen` in /usr/local/bin/ - - [unrar](http://www.rarlab.com/download.htm) and [rarfile.py](http://developer.berlios.de/project/showfiles.php?group_id=5373&release_id=18844) for `calibre2ebook.py` automatic CBR extracting +- Python (included in MacOS and Linux, follow the [official documentation](http://www.python.org/getit/windows/) to install on Windows) +- `kindlegen` in /usr/local/bin/ +- [unrar](http://www.rarlab.com/download.htm) and [rarfile.py](http://developer.berlios.de/project/showfiles.php?group_id=5373&release_id=18844) for `calibre2ebook.py` automatic CBR extracting. +- `comic2ebook.py` can optionally use the [Python Imaging Library](http://www.pythonware.com/products/pil/) to correctly set the image resolution on OPF file, please refer to official documentation for installing into your system. ## USAGE Drop a folder over the droplet, after a while you'll get a comic-type .mobi to sideload on your Kindle. |