From b6da69659bf799f0ebd6bf602ce4c033dd15cb62 Mon Sep 17 00:00:00 2001 From: Josh Bronson Date: Fri, 31 Oct 2008 13:39:22 -0500 Subject: [PATCH] [svn r21162] - make pip.py executable - minor edits to docs --- docs/index.txt | 4 ++-- pip.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 pip.py diff --git a/docs/index.txt b/docs/index.txt index ad195d931..9ed856d9d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -16,7 +16,7 @@ Introduction pip is a replacement for `easy_install `_. 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:: diff --git a/pip.py b/pip.py old mode 100644 new mode 100755