Author: Alex Gaynor <[email protected]> Branch: fix-trace-jit Changeset: r67746:b8ceecb25294 Date: 2013-10-30 11:12 -0700 http://bitbucket.org/pypy/pypy/changeset/b8ceecb25294/
Log: random cleanup diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ===================================== -PyPy: Python in Python Implementation +PyPy: Python in Python Implementation ===================================== Welcome to PyPy! @@ -26,9 +26,11 @@ Building ======== -build with:: +build with: - rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py +.. code-block:: console + + $ rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py This ends up with ``pypy-c`` binary in the main pypy directory. We suggest to use virtualenv with the resulting pypy-c as the interpreter, you can _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
