I've been trying to install discordpy through pip install discordpy but get a message as:
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install discordpy
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I've done this in both cmd and windows power shell and in cmd, i get the error as:
'pip' is not recognized as an internal or external command, operable program or batch file.
I've tried a lot of things that I found on Stack Overflow but nothing worked. The Python version I'm using is 3.7.