Skip to content

Instantly share code, notes, and snippets.

@rubik
Created August 24, 2012 19:40
Show Gist options
  • Save rubik/3454898 to your computer and use it in GitHub Desktop.
Save rubik/3454898 to your computer and use it in GitHub Desktop.
Wheel testing with Pip
$ ls hammock/dist/
hammock-0.1.0-py27-none-any.whl
$ pip install hammock --no-index --find-links file:///home/miki/exp/hammock/dist
Ignoring indexes: http://pypi.python.org/simple/
Downloading/unpacking hammock
Requirement already satisfied (use --upgrade to upgrade): requests>=0.13.6 in ./lib/python2.7/site-packages/requests-0.13.6-py2.7.egg (from hammock)
Installing collected packages: hammock
Successfully installed hammock
Cleaning up...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment