Skip to main content

A tool for installing and managing Python packages.

Project description

Project Info

Quickstart

First, Install pip.

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

This version

1.5.5

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.5.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for pip-1.5.5.tar.gz
Algorithm Hash digest
SHA256 4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca
MD5 7520581ba0687dec1ce85bd15496537b
BLAKE2b-256 8801a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pip-1.5.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6
MD5 03a932d6f82a3887d8de1cdb837c87ed
BLAKE2b-256 cec210d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c

See more details on using hashes here.

Supported by

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