1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Updated news with latest additions

This commit is contained in:
Jannis Leidel 2009-07-01 01:31:46 +02:00
parent 6a24249f46
commit 4a73d683ad
2 changed files with 8 additions and 1 deletions

View file

@ -46,7 +46,7 @@ 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 poacheggs, making it
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.

View file

@ -16,6 +16,13 @@ tip
* Added support for base URLs using ``<base href='...'>`` when parsing
HTML pages.
* Fixed installing of non-editable packages from version control systems.
* Fixed issue with Bazaar's bzr+ssh scheme.
* Added download command to retrieve package archives. If given an editable
package it will create an archives of it.
0.4
---