From 4c596c660ef304e9f71f2999e541858cee80c256 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 1 Sep 2009 02:49:27 +0200 Subject: Updated news with latest change --- docs/news.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/news.txt b/docs/news.txt index 6d46937f4..dd273dbf9 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -23,13 +23,15 @@ tip * Added download command to retrieve package archives. If given an editable package it will create an archives of it. -* Added ability to pass local file and directory paths to --find-links, e.g. - --find-links=file:///path/to/my/private/archive +* Added ability to pass local file and directory paths to ``--find-links``, + e.g. ``--find-links=file:///path/to/my/private/archive`` * Reduced the amount of console log messages when fetching a page to find a distribution was problematic. The full messages can be found in pip-log.txt. -* Added --no-deps/--no-dependencies option to ignore package dependencies +* Added ``--no-deps`` option to install ignore package dependencies + +* Added ``--no-index`` option to ignore the package index (PyPI) temporarily 0.4 --- -- cgit v1.2.1