Author: Armin Rigo <ar...@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. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit