diff --git a/docs/drivers.rst b/docs/drivers.rst index 34117e99e4..191f6f8c34 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -4,15 +4,24 @@ Adafruit CircuitPython drivers These are drivers available in separate GitHub repos. They are designed for use with CircuitPython and may or may not work with `MicroPython `_. +.. _bundle_installation: + Bundle ------ We provide a bundle of all our libraries to ease installation of drivers and -their dependencies. Its easiest to copy them all onto the filesystem. However, -if you don't have enough space simply copy things over as they are needed. +their dependencies. he bundle is primarily geared to the Adafruit Express line +of boards which will feature a relatively large external flash. With Express +boards, its easy to copy them all onto the filesystem. However, if you don't +have enough space simply copy things over as they are needed. The bundles are available `on GitHub `_. +To install them: + +#. `Download `_ and unzip the latest zip thats not a source zip. +#. Copy the ``lib`` folder to the ``CIRCUIPY`` or ``MICROPYTHON``. + Foundational Libraries ----------------------