Link to Pillow instead of PIL.

This commit is contained in:
Steveice10 2016-12-17 12:25:55 -08:00
parent 2b57845edd
commit 50fcc22fb9

View File

@ -1,5 +1,5 @@
# servefiles
Simple Python script for serving local files to FBI's QR code installer. Requires [Python 3](https://www.python.org/downloads/), [PIL](https://pypi.python.org/pypi/PIL), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces).
Simple Python script for serving local files to FBI's QR code installer. Requires [Python 3](https://www.python.org/downloads/), [Pillow](https://pypi.python.org/pypi/Pillow), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces).
**Usage**: python servefiles.py (file/directory)