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

added notes about uninstall to docs

This commit is contained in:
Carl Meyer 2009-03-31 19:44:41 -05:00
parent 470f66515a
commit 46c1d4aa79
2 changed files with 3 additions and 2 deletions

View file

@ -38,8 +38,7 @@ pip is meant to improve on easy_install. Some of the improvements:
* Native support for other version control systems (Git, Mercurial and Bazaar)
* Maybe uninstallation will get added. (It might get added to easy_install,
but I think the chance for pip is higher.)
* Uninstallation of packages.
Also, pip will eventually be merged directly with poacheggs, making it
simple to define fixed sets of requirements and reliably reproduce a set of

View file

@ -4,6 +4,8 @@ News for pip
hg tip
------
* Add uninstall support.
* Make ``-e`` work better with local hg repositories
* Construct PyPI URLs the exact way easy_install constructs URLs (you