Missing Read Me Adafruit instructions #317
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You may want to include the python-setuptools package in the read me section for the Adafruit temperature sensor installation.
I installed pip as the penultimate line:
sudo apt-get install python-pip
then entered the last line:
sudo python2 setup.py install
and it worked with no difficulty
For me it didn't work. When doing # sudo python setup.py install
this is what I get:
Traceback (most recent call last):
File "setup.py", line 1, in
from setuptools import setup, find_packages, Extension
ImportError: No module named setuptools
so I had to do: # sudo apt-get install python-setuptools
and only after that the setup.py worked.
If you add the line and people use it, there is no harm.