Skip to content
Snippets Groups Projects
Commit 9c01b24c authored by Armin Rigo's avatar Armin Rigo
Browse files

clarify this step

parent 2ef8358b
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,10 @@
with an external process handling the policy.</p>
<p>Please be aware that it is a <strong>prototype</strong> only. It needs work to become
more complete, and you are welcome to help.</p>
<p>To run the sandboxed process, you need <a class="reference external" href="download.html#sandboxed-version">pypy-sandbox</a>. You also need to
get the <a class="reference external" href="download.html#translate">full sources</a> (step 1 only). Run:</p>
<p>To run the sandboxed process, you need to get the full sources and
build <tt class="docutils literal"><span class="pre">pypy-sandbox</span></tt> from it (see <a class="reference external" href="download.html#building-from-source">Building from source</a>). These
instructions give you a <tt class="docutils literal"><span class="pre">pypy-c</span></tt> that you should rename to
<tt class="docutils literal"><span class="pre">pypy-sandbox</span></tt> to avoid future confusion. Then run:</p>
<pre class="literal-block">
cd pypy/sandbox
pypy_interact.py path/to/pypy-sandbox
......
......@@ -106,8 +106,10 @@
Please be aware that it is a **prototype** only. It needs work to become
more complete, and you are welcome to help.
To run the sandboxed process, you need `pypy-sandbox`_. You also need to
get the `full sources`_ (step 1 only). Run::
To run the sandboxed process, you need to get the full sources and
build ``pypy-sandbox`` from it (see `Building from source`_). These
instructions give you a ``pypy-c`` that you should rename to
``pypy-sandbox`` to avoid future confusion. Then run::
cd pypy/sandbox
pypy_interact.py path/to/pypy-sandbox
......@@ -127,8 +129,7 @@
To read more about its features, try ``pypy_interact.py --help`` or go to
`our documentation site`_.
.. _`pypy-sandbox`: download.html#sandboxed-version
.. _`full sources`: download.html#translate
.. _`Building from source`: download.html#building-from-source
.. _`our documentation site`: http://pypy.readthedocs.org/en/latest/sandbox.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment