Hello im trying to make a dicrod bot using pycharm but i try to just pip install discord im just hit with this error massage: 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
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
and don't know how to fix it since im new to python
Im using python 3.12 and pip 23.2.1
I tried to google to find out how to fix it
To fix "pip not recognized" in PyCharm:
python -m pip install discord
in terminalIf issues persist, check Python installation and PATH variables.