Skip to content

Instantly share code, notes, and snippets.

@qwcode
Created April 1, 2015 22:22
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 qwcode/f7b1b7513df64fb36f15 to your computer and use it in GitHub Desktop.
Save qwcode/f7b1b7513df64fb36f15 to your computer and use it in GitHub Desktop.
(VE)[qwcode@qwcode tmp]$ pip install peppercorn==0.2
Collecting peppercorn==0.2
Downloading peppercorn-0.2.tar.gz
Installing collected packages: peppercorn
Running setup.py install for peppercorn
Successfully installed peppercorn-0.2
(VE)[qwcode@qwcode tmp]$ pip install deform
Collecting deform
Using cached deform-0.9.9.tar.gz
Collecting Chameleon>=2.5.1 (from deform)
Using cached Chameleon-2.22.tar.gz
Collecting colander>=1.0a1 (from deform)
Using cached colander-1.0.tar.gz
Collecting peppercorn>=0.3 (from deform)
Using cached peppercorn-0.5.tar.gz
Collecting translationstring>=1.0 (from deform)
Using cached translationstring-1.3-py2.py3-none-any.whl
Collecting zope.deprecation (from deform)
Using cached zope.deprecation-4.1.2.tar.gz
Collecting iso8601 (from colander>=1.0a1->deform)
Using cached iso8601-0.1.10.tar.gz
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./VE/lib/python2.7/site-packages (from zope.deprecation->deform)
Installing collected packages: iso8601, zope.deprecation, translationstring, peppercorn, colander, Chameleon, deform
Running setup.py install for iso8601
Running setup.py install for zope.deprecation
Skipping installation of /tmp/VE/lib/python2.7/site-packages/zope/__init__.py (namespace package)
Installing /tmp/VE/lib/python2.7/site-packages/zope.deprecation-4.1.2-py2.7-nspkg.pth
Found existing installation: peppercorn 0.2
Uninstalling peppercorn-0.2:
Successfully uninstalled peppercorn-0.2
Running setup.py install for peppercorn
Running setup.py install for colander
Running setup.py install for Chameleon
Running setup.py install for deform
Successfully installed Chameleon-2.22 colander-1.0 deform-0.9.9 iso8601-0.1.10 peppercorn-0.5 translationstring-1.3 zope.deprecation-4.1.2
(VE)[qwcode@qwcode tmp]$ pip list | grep peppercorn
peppercorn (0.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment