From: W. Trevor King Date: Fri, 19 Oct 2012 04:11:17 +0000 (-0400) Subject: python: README: mention Cython dependency. X-Git-Tag: v17~10^2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=161576d420000fbbcd463eaab22791f5e6ffbf79;p=thirdparty%2Fkmod.git python: README: mention Cython dependency. --- diff --git a/libkmod/python/README b/libkmod/python/README index 1e72c155..8ca3aae6 100644 --- a/libkmod/python/README +++ b/libkmod/python/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