bivab / smbus-cffi

Python bindings for Linux SMBus access through i2c-dev using cffi
GNU General Public License v2.0
61 stars 31 forks source link

Hint #4

Closed akaRem closed 10 years ago

akaRem commented 10 years ago

could you please add somewhere that for successfully installation one must first do

sudo apt-get install libi2c-dev i2c-tools build-essential

and then

pip install git+https://github.com/bivab/smbus-cffi.git

there are too few places in internet, where build-essential is mentioned

bivab commented 10 years ago

Thanks, added.