Author: Armin Rigo <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
