diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-13 17:00:26 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-13 17:00:26 -0800 |
| commit | 78168bc984631f8445eedcb51a190fccbdf35328 (patch) | |
| tree | 031c3bc80a33743154340e9a24396017afa859eb | |
| parent | 35a5d44399204eb0b72786828436b586cd6e9930 (diff) | |
Add more description of installing the library bundle.
| -rw-r--r-- | docs/drivers.rst | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst index 34117e99e..191f6f8c3 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 <https://micropython.org>`_. +.. _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 <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_. +To install them: + +#. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ and unzip the latest zip thats not a source zip. +#. Copy the ``lib`` folder to the ``CIRCUIPY`` or ``MICROPYTHON``. + Foundational Libraries ---------------------- |
