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

Mention the "@pypy-4.0.1" part of the url

parent 43d71eb8
No related branches found
No related tags found
No related merge requests found
......@@ -214,4 +214,5 @@
<p>If you have pip:</p>
<pre class="literal-block">
pypy -m pip install git+https://bitbucket.org/pypy/numpy.git
pypy -m pip install git+https://bitbucket.org/pypy/numpy.git&#64;pypy-4.0.1
</pre>
......@@ -217,4 +218,6 @@
</pre>
<p>(the second version selects a particular tag, which may be needed if your
pypy is not the latest development version.)</p>
<p>Alternatively, the direct way:</p>
<pre class="literal-block">
git clone https://bitbucket.org/pypy/numpy.git
......
......@@ -225,6 +225,10 @@
If you have pip::
pypy -m pip install git+https://bitbucket.org/pypy/numpy.git
pypy -m pip install git+https://bitbucket.org/pypy/numpy.git@pypy-4.0.1
(the second version selects a particular tag, which may be needed if your
pypy is not the latest development version.)
Alternatively, the direct way::
......
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