[pypy-commit] cffi default: Document

arigo noreply at buildbot.pypy.org
Sun Jun 17 19:57:40 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list