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

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.6.tar.gz (938.1 kB 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.6-py2.py3-none-any.whl (1.0 MB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: pip-1.5.6.tar.gz
  • Upload date:
  • Size: 938.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pip-1.5.6.tar.gz
Algorithm Hash digest
SHA256 b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c
MD5 01026f87978932060cc86c1dc527903e
BLAKE2b-256 45db4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pip-1.5.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4
MD5 4d4fb4b69df6731c7aeaadd6300bc1f2
BLAKE2b-256 3f087347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8

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