From 836955ff8d84c2ca4eedf2cb51cb364f6d31b595 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 29 Nov 2014 19:10:47 -1000 Subject: update docs to fix #1481 --- docs/development/c-bindings.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst index 56963379..10d5fc10 100644 --- a/docs/development/c-bindings.rst +++ b/docs/development/c-bindings.rst @@ -7,6 +7,10 @@ C bindings are bindings to C libraries, using cffi_ whenever possible. Bindings live in :py:mod:`cryptography.hazmat.bindings`. +When modifying the bindings you will need to recompile the C extensions to +test the changes. This can be accomplished with ``pip install -e .`` in the +project root. If you do not do this a ``RuntimeError`` will be raised. + Style guide ----------- -- cgit v1.2.3