diff options
| author | tassaron | 2017-07-04 20:55:51 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-04 20:55:51 -0400 |
| commit | 134779f6e65bae36accc9fd586e41b7e80b5dc93 (patch) | |
| tree | 6ae26f86c8931befc482e3624d378afb66130ed3 /README.md | |
| parent | 63daa3138284f1e928b362c09e391eed53d4527d (diff) | |
updated Windows installation instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -20,15 +20,14 @@ Installation Download audio-visualizer-python from this repository and run it with `python3 main.py`. -### Manual installation on Windows [Outdated] -* 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/3.3.0](https://pypi.python.org/pypi/Pillow/3.3.0) +### Manual installation on Windows +* Download and install Python 3.6 from [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/) +* Add Python to your system PATH (it will ask during the installation process). +* Open command prompt and run: `pip install pyqt5 numpy pillow-simd` * 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. +* Add ffmpeg to your system PATH, too. [How to edit the PATH on Windows.](https://www.java.com/en/download/help/path.xml) -Download audio-visualizer-python from this repository and run it from the command line with `C:\Python34\python.exe main.py`. +Download audio-visualizer-python from this repository and run it from the command line with `python main.py`. ### Manual installation on macOS [Outdated] |
