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

It is not recommended to use external tools like ``hg convert``

instead of ``svn``, because these are known to have issues with
the PyPy repository.
parent d4e43f4b
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,9 @@
<pre class="literal-block">
svn co http://codespeak.net/svn/pypy/trunk pypy-trunk
</pre>
<p>It is not recommended to use external tools like <tt class="docutils literal">hg convert</tt>
instead of <tt class="docutils literal">svn</tt>, because these are known to have issues with
the PyPy repository.</p>
</li>
<li><p class="first">Make sure you installed the dependencies. See the list <a class="reference external" href="http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
</li>
......
......@@ -104,6 +104,10 @@
svn co http://codespeak.net/svn/pypy/trunk pypy-trunk
It is not recommended to use external tools like ``hg convert``
instead of ``svn``, because these are known to have issues with
the PyPy repository.
2. Make sure you installed the dependencies. See the list here__.
.. __: http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter
......
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