aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-30 11:12:38 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-30 11:12:38 -0700
commit7ddf7e9956093021160a56532db0fc9e76134709 (patch)
tree455314da376185dca13709cfb2d65e462e2a5c00 /README.rst
parentbump trace limit (diff)
downloadpypy-7ddf7e9956093021160a56532db0fc9e76134709.tar.gz
pypy-7ddf7e9956093021160a56532db0fc9e76134709.tar.bz2
pypy-7ddf7e9956093021160a56532db0fc9e76134709.zip
random cleanup
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 688d611683..01a6c5f3ac 100644
--- 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 @@ and send us feedback!
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