chapnickc / WizHook

Synchronize your Wiz connected light with the music you play on Spotify
MIT License
18 stars 2 forks source link

Pip Error #3

Closed Unknown303YT closed 1 year ago

Unknown303YT commented 1 year ago

Hi @larochefoucald, On README.md, it says to use the following code to install the required modules: pip install spotipy pywizlight aiohttp but since I am using Python 3, I needed to use this command instead: pip3 install spotipy pywizlight aiohttp I am using Debian 11, not sure if it's to do with that, but could you please correct this for others.

Thanks, Aidan R