To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-gps`.
Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.
---
What's Changed
* Switch decode to str for small board support by caternuson in https://github.com/adafruit/Adafruit_CircuitPython_GPS/pull/79
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_GPS/compare/3.9.7...3.9.8