Before i start to telling my problem, my command prompt is not exist. I got Windows Powershell on Windows 10.
My text is:
PyWavelets==0.5.2
opencv-python==3.4.3.18
seaborn==0.8.1
And i did that:
pip install -r .\requirements.txt
Error:
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s
pelling 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 -r .\requirements.txt
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
What's wrong? Something missed out.