DelightRun / PyBaiduYuyin

This project has been deprecated
MIT License
77 stars 38 forks source link

Linux installation can work without pyaudio #2

Open truedat101 opened 8 years ago

truedat101 commented 8 years ago

I didn't realize pyaudio was listed as a requirement. I was able to install on linux and run. mpg123 must be installed.

sudo apt-get install mpg123

You may want to list this in the documentation.

makelove commented 8 years ago

Ubuntu: sudo apt-get install libasound-dev sudo apt-get install python-pyaudio python3-pyaudio sudo apt-get install libportaudio2 portaudio19-dev mpg123

If the latest version of PyAudio is not available, install it using pip: pip install pyaudio

都安装一下,就通过了。