Skip to content
brendanwhitfield edited this page Nov 27, 2014 · 11 revisions

Installation

Run the following command to download/install the latest release from pypi:

$ pip install obd

If you are using a bluetooth adapter, you will need to install the following packages:

$ sudo apt-get install bluetooth bluez-utils blueman

Dependencies

  • pySerial
  • OBD-II adapter (ELM327 Bluetooth Adapter or ELM327 USB Cable)

Usage

Choose a link from the sidebar to get started

Docs have been moved to python-obd.readthedocs.org

Clone this wiki locally