brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

Installing Packages in terminal #274

Open Marjahleon opened 2 months ago

Marjahleon commented 2 months ago

Hello, I am new to python , and I have been trying to implement this project on a raspberry pi using a bluetooth dongle. I continue to run into a problem stating that the obd packages can't be found, or they are for use in externally managed environment, I created the environment , then it states I don't have permission when trying to access the obd file from pypi.org. CAN ANYONE HELP??

thatlarrypearson commented 2 months ago

I have a project I've been working on that uses this OBD library. It runs well on Raspberry Pi. I have decent installation instructions with startup scripts that you could follow and adapt.

See my project at telemetry-obd.