A tool for installing and managing Python packages.
Project description
Project Info
Project Page: https://github.com/pypa/pip
Install howto: https://pip.pypa.io/en/latest/installing.html
Changelog: https://pip.pypa.io/en/latest/news.html
Bug Tracking: https://github.com/pypa/pip/issues
Mailing list: http://groups.google.com/group/python-virtualenv
Docs: https://pip.pypa.io/
User IRC: #pypa on Freenode.
Dev IRC: #pypa-dev on Freenode.
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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca
|
|
MD5 |
7520581ba0687dec1ce85bd15496537b
|
|
BLAKE2b-256 |
8801a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d
|
File details
Details for the file pip-1.5.5-py2.py3-none-any.whl
.
File metadata
- Download URL: pip-1.5.5-py2.py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6
|
|
MD5 |
03a932d6f82a3887d8de1cdb837c87ed
|
|
BLAKE2b-256 |
cec210d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c
|