aiXander / Realtime_PyAudio_FFT

Realtime audio analysis in Python, using PyAudio and Numpy to extract and visualize FFT features from streaming audio.
MIT License
948 stars 186 forks source link

Pip install wrong command #4

Closed esimov closed 4 years ago

esimov commented 4 years ago

There is a typo in the readme file regarding the installation. The correct command should be:

pip install -r requirements.txt

aiXander commented 4 years ago

I fixed the typo, thanks for noticing!