Ok so i wanted to get into Flask-WTF but whatever I would try I just can't seem to install it.I'm trying to learn it from a course , in the requirements.txt file i've already added the Flask==2.0.3' 'itsdangerous==2.1.0' 'flask and it doesnt seem to work. Pip installs dont work , the cmd doesnt work and I do not know what to do .
Example of error :
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 -U Flask-WTF
+ ~~~
+ FullyQualifiedErrorId : CommandNotFoundException
I am pretty new to flask and stuff like that so I'm sorry if it's a stupid question. Hope I didn't waste anybody's time.