From 16d651ce32a9e47094fd796cf73a535d3bee1e61 Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Fri, 4 Nov 2011 10:10:16 -0700 Subject: [PATCH] clarity about virtualenv/pip relationship --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f59fb33..87040d3 100644 --- a/Readme.md +++ b/Readme.md @@ -40,4 +40,4 @@ Hacking To use this buildpack, fork it on Github. Push up changes to your fork, then create a test app with `--buildpack ` and push to it. -To change the vendored virtualenv, unpack the desired version to the `src/` folder, and update the virtualenv() function in `bin/compile` to prepend the virtualenv module directory to the path. \ No newline at end of file +To change the vendored virtualenv, unpack the desired version to the `src/` folder, and update the virtualenv() function in `bin/compile` to prepend the virtualenv module directory to the path. The virtualenv release vendors its own versions of pip and setuptools.