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.4.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.4-py2.py3-none-any.whl (1.2 MB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for pip-1.5.4.tar.gz
Algorithm Hash digest
SHA256 70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9
MD5 834b2904f92d46aaa333267fb1c922bb
BLAKE2b-256 78d86e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pip-1.5.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f
MD5 f20bc8f31e322375ce06b26d73ce7b4f
BLAKE2b-256 a99a9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99

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