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

Update the docs.

parent 3c83db07
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,8 @@
<ul>
<li><p class="first">It is recommended to use PyPy to do translations, instead of using CPython,
because it is twice as fast. You should just start by downloading an
official release of PyPy (with the JIT).</p>
official release of PyPy (with the JIT). If you really have to use CPython
then note that we are talking about CPython 2.5-2.7 here, not CPython 3.x.</p>
</li>
<li><p class="first">If RAM usage is a problem, then you can (for now) tweak some parameters
via environment variables and command-line options. The following command
......
......@@ -138,7 +138,8 @@
* It is recommended to use PyPy to do translations, instead of using CPython,
because it is twice as fast. You should just start by downloading an
official release of PyPy (with the JIT).
official release of PyPy (with the JIT). If you really have to use CPython
then note that we are talking about CPython 2.5-2.7 here, not CPython 3.x.
* If RAM usage is a problem, then you can (for now) tweak some parameters
via environment variables and command-line options. The following command
......
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