From 39feb88fddcffcde5c58fa579a20c508c14f78b9 Mon Sep 17 00:00:00 2001 From: Timothy Cyrus Date: Wed, 16 May 2018 20:25:11 -0400 Subject: [PATCH] Update README.md Updating Requirement Links and changing PIL dependency to Pillow --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5e72ff..6873ef3 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ thought it was pretty clever at the time. For running from source: -* [PyQT4](http://www.riverbankcomputing.com/software/pyqt/download) +* [PyQt4](https://riverbankcomputing.com/software/pyqt/download) * [Python 2.7](http://www.python.org/download/releases/2.7/) -* [Python Imaging Library (PIL)](http://www.pythonware.com/products/pil/) -* [ReportLab](https://pypi.python.org/pypi/reportlab) +* [Pillow (PIL)](https://pypi.org/project/Pillow/) +* [ReportLab](https://pypi.org/project/reportlab/) ## Installation ##