PyDub: Difference between revisions
(Created page with "http://pydub.com/ https://github.com/jiaaro/pydub/ == Installing on OS X == <source lang="bash"> </source>") |
|||
Line 6: | Line 6: | ||
<source lang="bash"> | <source lang="bash"> | ||
sudo easy_install setuptools | |||
sudo python setup.py install | |||
</source> | </source> |
Revision as of 12:44, 4 November 2014
https://github.com/jiaaro/pydub/
Installing on OS X
sudo easy_install setuptools
sudo python setup.py install