0

I have a .whl package which is hosted in the cloud. I'm able to do

pip install https://somelink.com/package.whl

Which works fine. But when I do

pip freeze > file

I get the package

package==some_version

I would like to get

https://somelink.com/package.whl

How can I get the link to the package instead of the package name?

Thanks

tadalendas
  • 1,461
  • 3
  • 16
  • 37
  • Possible duplicate of [Pip freeze does not show repository paths for requirements file](http://stackoverflow.com/questions/11560056/pip-freeze-does-not-show-repository-paths-for-requirements-file) – thesonyman101 Aug 24 '16 at 11:28
  • not a duplicate, as I'm using .whl and -e does not work in this instance – tadalendas Aug 24 '16 at 11:44

0 Answers0