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

Added news after merging removing file option from freeze command

This commit is contained in:
Jannis Leidel 2009-06-25 23:39:10 +02:00
parent 509f0eb594
commit 85c35563d3

View file

@ -4,8 +4,12 @@ News for pip
tip
---
* Added ability to override the default log file name (``pip-log.txt``) with
the environmental variable ``$PIP_LOG_FILE``.
* 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
writing them to a file. Use simple redirection (e.g.
``pip freeze > stable-req.txt``) to get a file with requirements.
0.4
---