[pypy-commit] pypy default: Link from the mention of pip.

arigo noreply at buildbot.pypy.org
Wed Nov 21 16:49:30 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r59026:9f7242f0f8ee
Date: 2012-11-21 16:49 +0100
http://bitbucket.org/pypy/pypy/changeset/9f7242f0f8ee/

Log:	Link from the mention of pip.

diff --git a/pypy/doc/release-2.0.0-beta1.rst b/pypy/doc/release-2.0.0-beta1.rst
--- a/pypy/doc/release-2.0.0-beta1.rst
+++ b/pypy/doc/release-2.0.0-beta1.rst
@@ -40,6 +40,7 @@
 .. _`pypy documentation`: http://doc.pypy.org/en/latest/getting-started.html#installing-using-virtualenv
 .. _`virtualenv`: http://www.virtualenv.org/en/latest/
 .. _`installation schemes`: http://doc.pypy.org/en/latest/getting-started.html#installing-pypy
+.. _`PyPy and pip`: http://doc.pypy.org/en/latest/getting-started.html#installing-pypy
 
 Regressions
 ===========
@@ -63,8 +64,8 @@
 ==========
 
 * ``cffi`` is officially supported by PyPy. You can install it normally by
-  using ``pip install cffi`` once you have PyPy installed. The corresponding
-  ``0.4`` version of ``cffi`` has been released.
+  using ``pip install cffi`` once you have installed `PyPy and pip`_.
+  The corresponding ``0.4`` version of ``cffi`` has been released.
 
 * ARM is now an officially supported processor architecture.
   PyPy now work on soft-float ARM/Linux builds.  Currently ARM processors


More information about the pypy-commit mailing list