From 69eb935d90f22dc5c2df9a717ba9f79b2aeb5460 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sun, 12 Dec 2010 12:39:36 +0000 Subject: [PATCH] Add a note about the python-devel requirement. git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5891 7894878c-1315-0410-8ee3-d5d059ff63e0 --- py-smbus/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py-smbus/README b/py-smbus/README index a14dc6f..60d2ffd 100644 --- a/py-smbus/README +++ b/py-smbus/README @@ -3,6 +3,8 @@ README: py-smbus To build: $ python setup.py build +On most GNU/Linux distributions, you'll need to install the python-devel +package for the build to succeed. To install (will also build if necessary): $ python setup.py install