Skip to content

Instantly share code, notes, and snippets.

@dangra
Created February 22, 2017 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangra/84a180bd426fa968b20094fa95336a28 to your computer and use it in GitHub Desktop.
Save dangra/84a180bd426fa968b20094fa95336a28 to your computer and use it in GitHub Desktop.
foo1 :~$ pip install 'https://github.com/scrapinghub/python-scrapinghub/archive/sc1467-1.zip#egg=scrapinghub==1.10.0dev0'
Processing ./Library/Caches/pip/wheels/d0/e8/cd/dab62ee79e76d94ca30817e60aeeba39eb33d6f52e0124720c/scrapinghub-1.10.0.dev0-py2-none-any.whl
Collecting six>=1.10.0 (from scrapinghub==1.10.0dev0)
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting retrying>=1.3.3 (from scrapinghub==1.10.0dev0)
Collecting requests (from scrapinghub==1.10.0dev0)
Using cached requests-2.13.0-py2.py3-none-any.whl
Installing collected packages: six, retrying, requests, scrapinghub
Successfully installed requests-2.13.0 retrying-1.3.3 scrapinghub-1.10.0.dev0 six-1.10.0
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
foo1 :~$ pip install 'https://github.com/scrapinghub/python-scrapinghub/archive/sc1467-1.zip#egg=scrapinghub==1.10.0dev0'
Requirement already satisfied (use --upgrade to upgrade): scrapinghub==1.10.0dev0 from file:///Users/daniel/Library/Caches/pip/wheels/d0/e8/cd/dab62ee79e76d94ca30817e60aeeba39eb33d6f52e0124720c/scrapinghub-1.10.0.dev0-py2-none-any.whl in ./envs/foo1/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): six>=1.10.0 in ./envs/foo1/lib/python2.7/site-packages (from scrapinghub==1.10.0dev0)
Requirement already satisfied (use --upgrade to upgrade): retrying>=1.3.3 in ./envs/foo1/lib/python2.7/site-packages (from scrapinghub==1.10.0dev0)
Requirement already satisfied (use --upgrade to upgrade): requests in ./envs/foo1/lib/python2.7/site-packages (from scrapinghub==1.10.0dev0)
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
foo1 :~$ pip install 'https://github.com/scrapinghub/python-scrapinghub/archive/sc1467-1.zip#egg=scrapinghub==1.10.0dev1'
Processing ./Library/Caches/pip/wheels/d0/e8/cd/dab62ee79e76d94ca30817e60aeeba39eb33d6f52e0124720c/scrapinghub-1.10.0.dev0-py2-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): six>=1.10.0 in ./envs/foo1/lib/python2.7/site-packages (from scrapinghub==1.10.0dev1)
Requirement already satisfied (use --upgrade to upgrade): retrying>=1.3.3 in ./envs/foo1/lib/python2.7/site-packages (from scrapinghub==1.10.0dev1)
Requirement already satisfied (use --upgrade to upgrade): requests in ./envs/foo1/lib/python2.7/site-packages (from scrapinghub==1.10.0dev1)
Installing collected packages: scrapinghub
Found existing installation: scrapinghub 1.10.0.dev0
Uninstalling scrapinghub-1.10.0.dev0:
Successfully uninstalled scrapinghub-1.10.0.dev0
Successfully installed scrapinghub-1.10.0.dev0
You are using pip version 7.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment