I want to try to install an scoop bucket using python, but i am not having any luck on how to do it. I want to try to do some Twitch API coding (ref. https://dev.twitch.tv/docs/api/ and https://github.com/twitchdev/twitch-cli), but in the steps on how to do it, it says that i need to run
scoop bucket add twitch https://github.com/twitchdev/scoop-bucket.git
scoop install twitch-cli
But over pip i can't get the library installed.
Is it possible to do it over pip?