From 4e324c38b9c12f86f99424e9ea8710c9e29b877a Mon Sep 17 00:00:00 2001 From: markjfine Date: Thu, 22 Apr 2021 12:16:00 -0400 Subject: [PATCH] PIL vs. Pillow Removed silly PIL reference in favor of Pillow to hide my naivete on Python matters. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9404b4..5e24dcd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ The folowing programs are required to run NRSC5-DUI * [Python 3](https://www.python.org/downloads/release) * [PyGObject](https://pygobject.readthedocs.io/en/latest/) * [Pillow](https://pillow.readthedocs.io/en/stable/) -* [Python Imaging Library](http://pythonware.com/products/pil) * [NumPy](http://www.numpy.org) * [Python Dateutil](https://pypi.org/project/python-dateutil) * [urllib3](https://pypi.org/project/urllib3)