summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-07-27 10:26:18 +0200
committerArmin Rigo <arigo@tunes.org>2012-07-27 10:26:18 +0200
commit934a4bb7db81f7dbbfc2d39ff41b45e0a3c3a2cd (patch)
tree766a461a102218e7d2e1d7a2a9f3aeb7045c50ba /doc
parent99ce704e8fa92e73bd7505491adec8938ee1e975 (diff)
downloadcffi-934a4bb7db81f7dbbfc2d39ff41b45e0a3c3a2cd.tar.gz
Update the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 9546671..7f0f7bc 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -83,6 +83,11 @@ Download and Installation:
* https://bitbucket.org/cffi/cffi/downloads
+ - https://bitbucket.org/cffi/cffi/get/release-0.2.1.tar.bz2 has
+ a MD5 of xxx and SHA of xxx
+
+ - or get it via ``hg clone https://bitbucket.org/cffi/cffi``
+
* ``python setup.py install`` or ``python setup_base.py install``
(should work out of the box on Linux or Windows; see below for
`MacOS 10.6`_)
@@ -92,6 +97,10 @@ Download and Installation:
to using internally ``ctypes`` (much slower and does not support
``verify()``; we recommend not to use it).
+* running the tests: ``py.test c/ testing/ -x`` (if you didn't
+ install cffi yet, you may need ``python setup_base.py build``
+ and ``PYTHONPATH=build/lib.xyz.../``)
+
Demos:
* The `demo`_ directory contains a number of small and large demos