diff options
| author | martin | 2016-09-07 20:48:35 +0200 |
|---|---|---|
| committer | GitHub | 2016-09-07 20:48:35 +0200 |
| commit | 0b7ddf898cbe413789741e8e289a96f20a4fb49b (patch) | |
| tree | e142d922a1ddbfde5c106659fc145d45cf39a0db /README.md | |
| parent | 38cfae0b4e30fdc19612f5873aec09ea69e74486 (diff) | |
| parent | 2bd9557173e10d9d68e1cba9d78518e38bce4787 (diff) | |
Merge pull request #2 from rikai/master
Updates to work with modern libraries
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.
\ No newline at end of file +audio-visualizer-python is licensed under the MIT license. |
