From 4f67ca3c343a4b7973d1d1336d2b94c691c90103 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 10 Oct 2013 21:29:17 +1100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10e9173..848fee2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Mangle exports comics, manga and other image files into a format that all Kindles can read. Mangle can also resize your images to render faster on your Kindle. ## Requirements -[Python 2.7](http://www.python.org/download/releases/2.7/) -[Python Image Library (PIL)](http://www.pythonware.com/products/pil/) -[PyQT4](http://www.riverbankcomputing.com/software/pyqt/download) -[ReportLab](https://pypi.python.org/pypi/reportlab) -[natsort](https://pypi.python.org/pypi/natsort/3.0.1) \ No newline at end of file +- [Python 2.7](http://www.python.org/download/releases/2.7/) +- [Python Image Library (PIL)](http://www.pythonware.com/products/pil/) +- [PyQT4](http://www.riverbankcomputing.com/software/pyqt/download) +- [ReportLab](https://pypi.python.org/pypi/reportlab) +- [natsort](https://pypi.python.org/pypi/natsort/3.0.1) +- [py2exe](http://www.py2exe.org/) (optional, for Windows distribution only)