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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c
|
|
| MD5 |
01026f87978932060cc86c1dc527903e
|
|
| BLAKE2b-256 |
45db4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772
|
File details
Details for the file pip-1.5.6-py2.py3-none-any.whl.
File metadata
- Download URL: pip-1.5.6-py2.py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4
|
|
| MD5 |
4d4fb4b69df6731c7aeaadd6300bc1f2
|
|
| BLAKE2b-256 |
3f087347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8
|