pip show

Usage

pip show [options] <package> ...

Description

Show information about one or more installed packages.

Options

-f, --files

Show the full list of installed files for each package.

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

Table Of Contents

Previous topic

pip list

Next topic

pip search