Install Streamlink
Streamlink has official installers for every platform. Pick the command that matches your OS and paste it into your terminal or Command Prompt. On Windows you can also download a standalone .exe installer from the GitHub releases page if you prefer not to use a package manager.
pip install fails with a permissions error on Linux/macOS
Add --user to the command: pip install --user streamlink
