mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
[svn r21162] - make pip.py executable
- minor edits to docs
This commit is contained in:
parent
7e8a35b1fb
commit
b6da69659b
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Introduction
|
|||
pip is a replacement for `easy_install
|
||||
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_. It uses mostly the
|
||||
same techniques for finding packages, so packages that were made
|
||||
easy_installable should be pipable as well.
|
||||
easy_installable should be pip-installable as well.
|
||||
|
||||
pip is meant to improve on easy_install. Some of the improvements:
|
||||
|
||||
|
@ -151,7 +151,7 @@ Bundles
|
|||
Another way to distribute a set of libraries is a bundle format (specific to
|
||||
pip). This format is not stable at this time (there simply hasn't been
|
||||
any feedback, nor a great deal of thought). A bundle file contains all the
|
||||
source for your package, and you can have pip install then all together.
|
||||
source for your package, and you can have pip install them all together.
|
||||
Once you have the bundle file further network access won't be necessary. To
|
||||
build a bundle file, do::
|
||||
|
||||
|
|
0
pip.py
Normal file → Executable file
0
pip.py
Normal file → Executable file
Loading…
Reference in a new issue