[pypy-commit] pypy default: Update doc about sandbox.

arigo noreply at buildbot.pypy.org
Thu Mar 22 17:36:57 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r53920:7cd7f27ea5cc
Date: 2012-03-22 17:36 +0100
http://bitbucket.org/pypy/pypy/changeset/7cd7f27ea5cc/

Log:	Update doc about sandbox.

diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst
--- a/pypy/doc/sandbox.rst
+++ b/pypy/doc/sandbox.rst
@@ -82,7 +82,10 @@
 
 In pypy/translator/goal::
 
-   ./translate.py --sandbox targetpypystandalone.py
+   ./translate.py -O2 --sandbox targetpypystandalone.py
+
+If you don't have a regular PyPy installed, you should, because it's
+faster to translate, but you can also run ``python translate.py`` instead.
 
 
 To run it, use the tools in the pypy/translator/sandbox directory::


More information about the pypy-commit mailing list