Author: Armin Rigo <[email protected]> Branch: Changeset: r419:1c31579fb9da Date: 2012-06-17 19:57 +0200 http://bitbucket.org/cffi/cffi/changeset/1c31579fb9da/
Log: Document diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -57,7 +57,7 @@ * https://bitbucket.org/cffi/cffi/downloads -* ``python setup.py install`` +* ``python setup.py install`` or ``python setup_base.py install`` * or you can directly import and use ``cffi``, but if you don't compile the ``_ffi_backend`` extension module, it will fall back _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
