[pypy-commit] pypy default: Trying probably in vain to make this even clearer

arigo noreply at buildbot.pypy.org
Mon Jul 6 16:01:45 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r78459:4cd22fb52ace
Date: 2015-07-06 16:01 +0200
http://bitbucket.org/pypy/pypy/changeset/4cd22fb52ace/

Log:	Trying probably in vain to make this even clearer

diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst
--- a/pypy/doc/sandbox.rst
+++ b/pypy/doc/sandbox.rst
@@ -103,12 +103,15 @@
 Howto
 -----
 
-In pypy/goal::
+Grab a copy of the pypy repository_.  In the directory pypy/goal, run::
 
    ../../rpython/bin/rpython -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.
+faster to translate; but you can also run the same line with ``python``
+in front.
+
+.. _repository: https://bitbucket.org/pypy/pypy
 
 
 To run it, use the tools in the pypy/sandbox directory::


More information about the pypy-commit mailing list