1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-16 03:06:33 +00:00

Force usage of new Pillow

This commit is contained in:
Paweł Jastrzębski
2013-10-08 12:47:34 +02:00
parent da4788a6c6
commit 5b2bb30902
3 changed files with 7 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ You can find the latest released binary at the following links:
### 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.
- PyQt4 - Please refer to official documentation for installing into your system.
- [Pillow](http://pypi.python.org/pypi/Pillow/) - For comic optimizations. Please refer to official documentation for installing into your system.
- [Pillow](http://pypi.python.org/pypi/Pillow/) 2.2.1+ - For comic optimizations. Please refer to official documentation for installing into your system.
## USAGE