Skip to main content

A tool for installing and managing Python packages.

Project description

Project Info

Quickstart

Install a package from PyPI:

$ pip install SomePackage
  [...]
  Successfully installed SomePackage

Show what files were installed:

$ pip show --files SomePackage
  Name: SomePackage
  Version: 1.0
  Location: /my/env/lib/pythonx.x/site-packages
  Files:
   ../somepackage/__init__.py
   [...]

List what packages are outdated:

$ pip list --outdated
  SomePackage (Current: 1.0 Latest: 2.0)

Upgrade a package:

$ pip install --upgrade SomePackage
  [...]
  Found existing installation: SomePackage 1.0
  Uninstalling SomePackage:
    Successfully uninstalled SomePackage
  Running setup.py install for SomePackage
  Successfully installed SomePackage

Uninstall a package:

$ pip uninstall SomePackage
  Uninstalling SomePackage:
    /my/env/lib/pythonx.x/site-packages/somepackage
  Proceed (y/n)? y
  Successfully uninstalled SomePackage

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pip-1.5.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

pip-1.5.3-py2.py3-none-any.whl (1.2 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file pip-1.5.3.tar.gz.

File metadata

  • Download URL: pip-1.5.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pip-1.5.3.tar.gz
Algorithm Hash digest
SHA256 dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2
MD5 78871c5f84ea5fca61900347ce7864ad
BLAKE2b-256 55de671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3

See more details on using hashes here.

Provenance

File details

Details for the file pip-1.5.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pip-1.5.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee
MD5 78126f6352f3d5f29d077be0aa7f9efa
BLAKE2b-256 dfe9bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page