kbrownlees / bme280

Python Driver for the BME280 Temperature/Pressure/Humidity Sensor from Bosch
Other
39 stars 15 forks source link

PIP install #3

Closed shaddow501 closed 6 years ago

shaddow501 commented 7 years ago

Dear Sir

Tried to follow your installation description pip install bme280 and it didnt work, it didnt find the read_bme280 file, than I have found out that it did install it in some place pi/.local.

the fix for it was to use sudo pip install or run the pip install as root.

I recommend that you add this info for installation process to run as root or use sudo.