aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Lamy <ronan.lamy@gmail.com>2014-01-17 02:50:49 +0000
committerRonan Lamy <ronan.lamy@gmail.com>2014-01-17 02:50:49 +0000
commitba412c9b792c8ca6648f9e58c81f1b8563b491fe (patch)
treedaa358c7dd007647dd7c6c2b5e84e7d8918dd5ac /README.rst
parentAdd notice re: building on OS X (diff)
parentmerge (diff)
downloadpypy-ba412c9b792c8ca6648f9e58c81f1b8563b491fe.tar.gz
pypy-ba412c9b792c8ca6648f9e58c81f1b8563b491fe.tar.bz2
pypy-ba412c9b792c8ca6648f9e58c81f1b8563b491fe.zip
hg merge default
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 0e449b873c..e7c20208ab 100644
--- a/README.rst
+++ b/README.rst
@@ -27,12 +27,14 @@ 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
+to use virtualenv with the resulting pypy-c as the interpreter; you can
find more details about various installation schemes here:
http://doc.pypy.org/en/latest/getting-started.html#installing-pypy