Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r697:848d8a627c0e
Date: 2016-01-27 20:16 +0100
http://bitbucket.org/pypy/pypy.org/changeset/848d8a627c0e/

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

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -214,7 +214,10 @@
 <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>
+<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
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -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::
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to