I have been given a link to a github repository and informed to install using pip install rep-name unfortunately I was advised not to share the exact URL for now, so I will use rep-name. This question may be related to Install a downloaded package from GitHub but I am not using npm.
In Jupyter notebook I used the following:
pip install git+https://github.com/xyz/rep-name.git
But got errors like: Host key verification failed. fatal: Could not read from remote repository.
Now I have downloaded the repository as zip folder and placed it in C:\MyFolder. How can I run pip install on that zipped folder?