Skip to content

pimoroni/pa1010d-python

Repository files navigation

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 python3 -m pip install pa1010d