summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Meyer <carl@dirtcircle.com>2009-07-30 14:20:36 -0400
committerCarl Meyer <carl@dirtcircle.com>2009-07-30 14:20:36 -0400
commit72e10393f72193fc1453febc2a97cf4038b3e14f (patch)
treec2cb76ec9f94d7728b6ae6b36da5ea0851ab2846
parent5877907794c908e904746824bc5771c6e0f32633 (diff)
downloadpip-72e10393f72193fc1453febc2a97cf4038b3e14f.tar.gz
documentation tweaks
-rw-r--r--docs/index.txt5
-rw-r--r--docs/news.txt4
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/index.txt b/docs/index.txt
index bc6e7017c..d3db5aa66 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -46,9 +46,8 @@ pip is meant to improve on easy_install. Some of the improvements:
* Maybe uninstallation will get added. (It might get added to easy_install,
but I think the chance for pip is higher.)
-Also, pip will eventually be merged directly with pip, making it
-simple to define fixed sets of requirements and reliably reproduce a set of
-packages.
+* Simple to define fixed sets of requirements and reliably reproduce a
+ set of packages.
pip is complementary with `virtualenv
<http://pypi.python.org/pypi/virtualenv>`_, and it is encouraged that you use
diff --git a/docs/news.txt b/docs/news.txt
index 83f52875b..b6b9d40d8 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -7,11 +7,11 @@ tip
* Added ability to override the default log file name (``pip-log.txt``)
with the environmental variable ``$PIP_LOG_FILE``.
-* Made the freeze command to return the installed packages instead of
+* Made the freeze command print installed packages to stdout instead of
writing them to a file. Use simple redirection (e.g.
``pip freeze > stable-req.txt``) to get a file with requirements.
-* Fixed problem of freezing an editable packages from a Git repository.
+* Fixed problem with freezing editable packages from a Git repository.
* Added support for base URLs using ``<base href='...'>`` when parsing
HTML pages.