Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/opt/alt/python33/share/doc/alt-python33-pip/docs/reference/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/python33/share/doc/alt-python33-pip/docs/reference/pip_show.rst

.. _`pip show`:

pip show
--------

.. contents::

Usage
*****

.. pip-command-usage:: show

Description
***********

.. pip-command-description:: show


Options
*******

.. pip-command-options:: show


Examples
********

1. Show information about a package:

  ::

    $ pip show sphinx
    ---
    Name: Sphinx
    Version: 1.1.3
    Location: /my/env/lib/pythonx.x/site-packages
    Requires: Pygments, Jinja2, docutils

Hacked By AnonymousFox1.0, Coded By AnonymousFox