Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r534:77b88426748a
Date: 2014-09-11 10:29 +0200
http://bitbucket.org/pypy/pypy.org/changeset/77b88426748a/
Log: Update
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -226,7 +226,8 @@
</pre>
</li>
<li><p class="first">Run the <tt class="docutils literal">rpython</tt> script.
Here are the common combinations
-of options (works also with <tt class="docutils literal">python</tt> instead
of <tt class="docutils literal">pypy</tt>):</p>
+of options (works also with <tt class="docutils literal">python</tt> instead
of <tt class="docutils literal">pypy</tt>;
+requires Python 2.x or PyPy 2):</p>
<pre class="literal-block">
pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get the
JIT version
pypy ../../rpython/bin/rpython -O2 targetpypystandalone # get the
no-jit version
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -270,7 +270,8 @@
cd pypy/pypy/goal
4. Run the ``rpython`` script. Here are the common combinations
- of options (works also with ``python`` instead of ``pypy``)::
+ of options (works also with ``python`` instead of ``pypy``;
+ requires Python 2.x or PyPy 2)::
pypy ../../rpython/bin/rpython -Ojit targetpypystandalone # get
the JIT version
pypy ../../rpython/bin/rpython -O2 targetpypystandalone # get
the no-jit version
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit