[pypy-commit] cffi default: just to make sure

arigo pypy.commits at gmail.com
Sat May 7 03:38:58 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2689:ded7c0d8c44a
Date: 2016-05-07 09:39 +0200
http://bitbucket.org/cffi/cffi/changeset/ded7c0d8c44a/

Log:	just to make sure

diff --git a/doc/source/installation.rst b/doc/source/installation.rst
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -187,6 +187,9 @@
 
 * ``cd ~/path/to/sources/of/cffi``
 
+* ``~/venv/bin/python setup.py build --force`` # forcing a rebuild to
+  make sure
+
 * ``~/venv/bin/python setup.py install``
 
 This will compile and install CFFI in this virtualenv, using the


More information about the pypy-commit mailing list