diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-03-06 23:08:24 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-03-06 23:08:24 +0100 |
commit | fc8b26e292bb6aeaf19711dcd7908c03e3ed8cf8 (patch) | |
tree | 5d31b372604fdc20457afd36e19cd4e90ab992d1 /README.md | |
parent | Use splitlines() instead of regexp (fixes #25) (diff) | |
download | kcc-fc8b26e292bb6aeaf19711dcd7908c03e3ed8cf8.tar.gz kcc-fc8b26e292bb6aeaf19711dcd7908c03e3ed8cf8.tar.bz2 kcc-fc8b26e292bb6aeaf19711dcd7908c03e3ed8cf8.zip |
Mother of all bug fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e9cb2bd..23cbd38 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can find the latest released binary at the following links: - `kindlegen` v2.7+ in a directory reachable by your PATH or in KCC directory *(For .mobi generation)* - [unrar](http://www.rarlab.com/download.htm) *(For CBR support)* -### for compiling/running from source: +### For compiling/running from source: - Python 2.7+ (Included in MacOS and Linux, follow the [official documentation](http://www.python.org/getit/windows/) to install on Windows) - [Pillow](http://pypi.python.org/pypi/Pillow/) for comic optimizations like split double pages, resize to optimal resolution, improve contrast and palette, etc. Please refer to official documentation for installing into your system. |