From 37013c2eca51a4a8d5f3481d34d5c9b888f31150 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Jan 2013 22:17:09 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Readme.md b/Readme.md index a23755b..999eeb0 100644 --- a/Readme.md +++ b/Readme.md @@ -39,10 +39,3 @@ You can also add it to upcoming builds of an existing application: The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will use Pip to install your dependencies, vendoring a copy of the Python runtime into your slug. - -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. The virtualenv release vendors its own versions of pip and setuptools.