Search code examples
pythonwindowspypi

Directory to store .whl for pip install?


Where do I put the .whl file I am trying to install with pip? I tried my script directory and got a file does not exist error with powershell.

Thanks.


Solution

  • You should give full path of the .whl file , or in powershell move to that directory where .whl file is located.