From 39bac37090b9fe8147da3734e70e40d48fd362a2 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Tue, 6 Aug 2013 22:58:18 +0900 Subject: [PATCH] Add new installation method. pyenv-virtualenv is now a part of Homebrew! --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e0a96cd..34a970b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,23 @@ the `~/.pyenv/plugins/pyenv-virtualenv` directory. From that directory, you can check out a specific release tag. To update pyenv-virtualenv, run `git pull` to download the latest changes. +### Installing with Homebrew (for OS X users) + +Mac OS X users can install pyenv-virtualenv with the +[Homebrew](http://brew.sh) package manager. This +will give you access to the `pyenv-virtualenv` command. If you have pyenv +installed, you will also be able to use the `pyenv virtualenv` command. + +*This is recommended method of installation if you installed pyenv + with Homebrew.* + + brew install pyenv-virtualenv + +Or, if you would like to install the latest development release: + + brew install --HEAD pyenv-virtualenv + + ## Usage ### Using `pyenv virtualenv` with pyenv