Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r202:4454f7cf31f2 Date: 2012-07-15 13:31 +0200 http://bitbucket.org/pypy/jitviewer/changeset/4454f7cf31f2/
Log: update the readme diff --git a/README b/README --- a/README +++ b/README @@ -1,5 +1,8 @@ You need to use PyPy to run this. To get started, using a recent virtualenv -(1.6.1 or newer), virtualenvwrapper, and a recent PyPy (1.5 or trunk). +(1.6.1 or newer), virtualenvwrapper, and a recent PyPy. + +PyPy versions correspond to jitviewer tags, so pypy-1.9 tag in jitviewer +means it works with pypy 1.9. On Mac OSX you will also need to install binutils, to make objdump available. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
