PyDub: Difference between revisions
Line 5: | Line 5: | ||
== Installing on OS X == | == Installing on OS X == | ||
* Download the latest code (as a zip) | * Download the latest code (as a zip) | ||
* Open the Terminal | |||
* "cd" into the folder with setup.py | |||
<source lang="bash"> | <source lang="bash"> |
Revision as of 12:52, 4 November 2014
https://github.com/jiaaro/pydub/
Installing on OS X
- Download the latest code (as a zip)
- Open the Terminal
- "cd" into the folder with setup.py
sudo easy_install setuptools
sudo python setup.py install