I'm sorry if this is a dumb question but I'm an absolute beginner. I wanted to install this to get rid of an error:
pip3 install git+https://github.com/keras-team/keras.git -U
I'm not sure how to do that. I got this error when I tried to install on command prompt:
ERROR: Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/keras-team/keras.git 'C:\Users\Danush\AppData\Local\Temp\pip-req-build-vjgdo2yi'
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
Any help is appreciated. Thank You.