To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-portalbase`.
Read the [docs](https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-portalbase/en/latest/) for info on how to use it.
1.15.4
What's Changed * Add missing sphinx-rtd-theme module to requirements by makermelissa in https://github.com/adafruit/Adafruit_CircuitPython_PortalBase/pull/97
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-portalbase`.
Read the [docs](https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-portalbase/en/latest/) for info on how to use it.
1.15.1
This release fixes an issue where bitmaptools was missing in the documentation building. Thank you makermelissa.
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-PortalBase`.
Read the [docs](http://circuitpython.readthedocs.io/projects/PortalBase/en/latest/) for info on how to use it.
1.15.0
This release now works with settings.toml as well as secrets.py for backward compatibility. the secrets.py functionality will be removed in a future release. Thank you makermelissa.
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-PortalBase`.
Read the [docs](http://circuitpython.readthedocs.io/projects/PortalBase/en/latest/) for info on how to use it.