From: W. Trevor King Date: Fri, 19 Oct 2012 04:11:17 +0000 (-0400) Subject: README: mention Cython dependency. X-Git-Tag: v0.9~1^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a07a95b2a92111236355e2892f820d880db6aa5d;p=python-kmod.git README: mention Cython dependency. Signed-off-by: W. Trevor King --- diff --git a/README b/README index 1e72c15..8ca3aae 100644 --- a/README +++ b/README @@ -35,6 +35,6 @@ Example (python invoked as root) Building -------- -Ensure Python and kmod headers are installed and run:: +Ensure Python, Cython, and the kmod headers are installed and run:: $ python setup.py build