- $ pip install SomePackage
- $ pip install ./downloads/SomePackage-1.0.4.tar.gz
- $ pip install http://my.package.repo/SomePackage-1.0.4.zip
- $ pip install -e path/to/SomePackage (edit mode)
- $ pip install git+https://github.com/simplejson/simplejson.git
- $ pip install svn+svn://svn.zope.org/repos/main/zope.interface/trunk/
- $ pip install -e git+https://github.com/lakshmivyas/hyde.git#egg=hyde
- $ pip install --extra-index-url http://my.package.repo/ SomePackage
- $ pip uninstall package-name.
- $ pip search "query"
- $ pip bundle MyApp.pybundle MyAppor
- $ pip install MyApp.pybundle