Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r703:6a0f0a476101 Date: 2012-07-27 10:26 +0200 http://bitbucket.org/cffi/cffi/changeset/6a0f0a476101/
Log: Update the documentation. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -83,6 +83,11 @@ * 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 @@ 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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit