To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-displayio-layout`.
Read the [docs](http://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/) for info on how to use it.
1.19.4
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-displayio-layout`.
Read the [docs](http://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/) for info on how to use it.
1.19.3
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-displayio-layout`.
Read the [docs](http://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/) for info on how to use it.
1.19.2
This release contains some new TabLayout examples that illustrate advanced usage with external sensors pulling data and populating it on the tabs. Thank You PaulskPt
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-displayio-layout`.
Read the [docs](http://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/) for info on how to use it.
1.19.1
This release has improved error messaging for missing initialization argument. Thank you rsbohn
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-displayio-layout`.
Read the [docs](http://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/) for info on how to use it.
1.19.0
This release contains a new TabLayout helper object to organize your apps into tabs and show a page for one tab at a time. There is an API to change between tabs and optional touch handling function to automatically change to tabs if they are touched.
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-displayio-layout`.
Read the [docs](http://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/) for info on how to use it.