ahodges9 / LedFx

LedFx is a network based LED effect controller with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266 nodes allowing for cost effectvice syncronized effects across your entire house!
MIT License
384 stars 91 forks source link

Add missing command for windows #99

Closed dshokouhi closed 4 years ago

dshokouhi commented 4 years ago

Was struggling to get LEDfx to launch on windows 10 so after scouring the web I came across:

https://stackoverflow.com/questions/50243645/i-cant-import-pyaudio

Which had the same error outlined in #98

After performing the additional installation of pyaudio LEDfx was able to launch.

Note that conda install pyaudio was not enough we needed the -c anaconda added to the command.