summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2014-04-28 18:32:51 +0000
committerMatti Picus <matti.picus@gmail.com>2014-04-28 18:32:51 +0000
commit84ac08ffa4a88b53af1d928b9663fedc667c121c (patch)
tree9bbe3f4cfdb4d51e8eb8a4664f4c31c0cc70baa9
parent78bb952f015434c1e6f89381afc7786058d8ac8e (diff)
downloadcffi-84ac08ffa4a88b53af1d928b9663fedc667c121c.tar.gz
clarify that cffi is distributed with pypy
-rw-r--r--doc/source/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4c725db..7933abb 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -45,7 +45,7 @@ The interface is based on `LuaJIT's FFI`_ and follows a few principles:
Installation and Status
=======================================================
-Quick installation:
+Quick installation (for cpython, cffi is distributed with PyPy):
* ``pip install cffi``
@@ -60,10 +60,10 @@ platform as well as on Win32. There are some Windows-specific issues
left.
It supports CPython 2.6; 2.7; 3.x (tested with 3.2 and 3.3);
-and PyPy 2.0 beta2 or later.
+and is distrubuted with PyPy 2.0 beta2 or later.
Its speed is comparable to ctypes on CPython (a bit faster but a higher
-warm-up time). It is already faster on PyPy (1.5x-2x), but not yet
+warm-up time). It is already faster than ctypes on PyPy (1.5x-2x), but not yet
*much* faster; stay tuned.
Requirements: