[pypy-commit] cffi default: Update docs

arigo noreply at buildbot.pypy.org
Fri Jul 27 02:59:12 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r694:4a295f397d95
Date: 2012-07-27 02:58 +0200
http://bitbucket.org/cffi/cffi/changeset/4a295f397d95/

Log:	Update docs

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -49,6 +49,16 @@
 Installation and Status
 =======================================================
 
+Quick installation:
+
+* ``pip install cffi``
+
+* or get the source code via the `Python Package Index`__.
+
+.. __: http://pypi.python.org/pypi/cffi
+
+In more details:
+
 This code has been developed on Linux but should work on any POSIX
 platform as well as on Win32.  There are some Windows-specific issues
 left.
@@ -64,7 +74,7 @@
 
 * pycparser 2.06 or 2.07: http://code.google.com/p/pycparser/
 
-* libffi (you need ``libffi-dev``); the Windows version is included with CFFI.
+* libffi (you need ``libffi-dev``); for Windows, it is included with CFFI.
 
 * a C compiler is required to use CFFI during development, but not to run
   correctly-installed programs that use CFFI.


More information about the pypy-commit mailing list