Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r574:9c01b24c6425 Date: 2015-02-20 21:34 +0100 http://bitbucket.org/pypy/pypy.org/changeset/9c01b24c6425/
Log: clarify this step diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -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 diff --git a/source/features.txt b/source/features.txt --- a/source/features.txt +++ b/source/features.txt @@ -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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit