Skip to main content

A tool for installing and managing Python packages.

Project description

Project Info

Quickstart

Install a package:

$ pip install SomePackage==1.0
  [...]
  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.1.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for pip-1.5.1.tar.gz
Algorithm Hash digest
SHA256 e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130
MD5 4678c2ae5cce4e9234c3923d7dcb32f0
BLAKE2b-256 213fd86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pip-1.5.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce
MD5 237164a09943d823b954bb9e1b2a8f67
BLAKE2b-256 445d1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2

See more details on using hashes here.

Supported by

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