Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.12 KB

Pimoroni PA1010D GPS Breakout

Build Status Coverage Status PyPi Package Python Versions

Pre-requisites

You must enable:

  • i2c: sudo raspi-config nonint do_i2c 0

You can optionally run sudo raspi-config or the graphical Raspberry Pi Configuration UI to enable interfaces.

Installing

Stable library and dependencies from GitHub:

  • git clone https://github.com/pimoroni/pa1010d-python
  • cd pa1010d-python
  • sudo ./install.sh

Latest/development library and dependencies from GitHub:

  • git clone https://github.com/pimoroni/pa1010d-python
  • cd pa1010d-python
  • sudo ./install.sh --unstable

Stable (library only) from PyPi:

  • Just run sudo pip3 install pa1010d