From 161576d420000fbbcd463eaab22791f5e6ffbf79 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 19 Oct 2012 00:11:17 -0400 Subject: [PATCH] python: README: mention Cython dependency. --- libkmod/python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3