From 4cf93df05990af18b2834eac9ee126a2a002ba0e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 11 Sep 2014 12:55:39 +0200 Subject: [PATCH] README: mention https://github.com/yyuu/pyenv-pip-rehash --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c8ad9114..19780768 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,10 @@ easy to fork and contribute any changes back upstream. $ pyenv rehash + This can be automated for pip using + [pyenv-pip-rehash](https://github.com/yyuu/pyenv-pip-rehash), which invokes + `pyenv rehash` after (un)installing packages using pip. + #### Upgrading