From 957eb4561e6ceb1c02d4745fcbdedc0909da180d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 6 Mar 2013 19:08:15 -0500 Subject: [PATCH] updated README --- README.rst | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 67b5258..37fce52 100644 --- a/README.rst +++ b/README.rst @@ -8,21 +8,31 @@ Targeting Heroku only, for now. Versions -------- -- 2.6.x -- 2.7.x -- (3.0.x) -- (3.1.x) -- 3.2.x -- 3.3.x -- pypy 1.6 +Official support for: -Goals +- Latest CPython 2.7 +- Latest CPython 3.3 + +See also, `full list `_. + +Usage ----- -- SQLite Support -- openssl support +Once deployed, building a forumla is simple: -Spec ----- +$ heroku run +"./build.sh -f $1 -p ./python -x $1.tar.bz2 -r envy-versions" -`python.tar.bz2`, which contains PYTHONHOME, including symlinks to python interpreters. \ No newline at end of file +Configuration +------------- + +Fairly self explanatory: + +- ``AWS_ACCESS_KEY_ID`` +- ``AWS_SECRET_ACCESS_KEY`` + + +Distribution "Spec" +------------------- + +``runtime-name.tar.bz2``, which contains ``PYTHONHOME``, including symlinks to python interpreters. \ No newline at end of file