diff options
| author | rikai | 2016-09-09 22:37:47 -0700 |
|---|---|---|
| committer | GitHub | 2016-09-09 22:37:47 -0700 |
| commit | 30673c987c6869b7f167b8ad12c338de0d8c7084 (patch) | |
| tree | 895aa48e8950f5a4d342eb0f7a1f7d2130eff630 | |
| parent | 2bd9557173e10d9d68e1cba9d78518e38bce4787 (diff) | |
Add macOS instructions
Add instructions for setting things up on mac using homebrew (with [recommended ffmpeg settings including libfdk_aac support](https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX) and pip.
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -32,6 +32,24 @@ Download audio-visualizer-python from this repository and run it with `python3 m Download audio-visualizer-python from this repository and run it from the command line with `C:\Python34\python.exe main.py`. +### Manual installation on macOS + +* Install [Homebrew](http://brew.sh/) +* Use the following commands to install the needed dependencies: + +``` +brew install python3 +brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265 +brew install qt +brew install sip --with-python3 +brew install pyqt --with-python3 +pip3 install --upgrade pip +pip3 install pillow +pip3 install numpy +``` + +Download audio-visualizer-python from this repository and run it with `python3 main.py`. + Example ------- You can find an example video here: |
