DEV Community

Discussion on: Let's make a Twitch bot with Python!

Collapse
 
cgusb profile image
Gus Becker

Install the TwitchIO module using pip on Windows with the command py -m pip install twitchio. To install on Mac/Linux, I believe simply pip install twitchio should do the trick.