Update README to indicate the use of Pillow 3.3.0

This commit is contained in:
rikai 2016-08-17 18:27:36 -07:00 committed by GitHub
parent 55d50f13f2
commit 2bd9557173
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Download audio-visualizer-python from this repository and run it with `python3 m
* Download and install Python 3.4 from [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/)
* Download and install PyQt4 for Python 3.4 and Qt4 from [http://www.riverbankcomputing.co.uk/software/pyqt/download](http://www.riverbankcomputing.co.uk/software/pyqt/download)
* Download and install numpy from [http://www.scipy.org/scipylib/download.html](http://www.scipy.org/scipylib/download.html). There is an installer available, make sure to get the one for Python 3.4
* Download and install Pillow from [https://pypi.python.org/pypi/Pillow/2.7.0](https://pypi.python.org/pypi/Pillow/2.7.0)
* Download and install Pillow from [https://pypi.python.org/pypi/Pillow/3.3.0](https://pypi.python.org/pypi/Pillow/3.3.0)
* Download and install ffmpeg from [https://www.ffmpeg.org/download.html](https://www.ffmpeg.org/download.html). You can use the static builds.
* Add ffmpeg to your system PATH environment variable.
@ -39,4 +39,4 @@ You can find an example video here:
License
-------
audio-visualizer-python is licensed under the MIT license.
audio-visualizer-python is licensed under the MIT license.