Add more description of installing the library bundle.

This commit is contained in:
Scott Shawcroft 2017-01-13 17:00:26 -08:00
parent 35a5d44399
commit 78168bc984

View File

@ -4,15 +4,24 @@ Adafruit CircuitPython drivers
These are drivers available in separate GitHub repos. They are designed for use 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>`_. with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
.. _bundle_installation:
Bundle Bundle
------ ------
We provide a bundle of all our libraries to ease installation of drivers and 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, their dependencies. he bundle is primarily geared to the Adafruit Express line
if you don't have enough space simply copy things over as they are needed. 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>`_. 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 Foundational Libraries
---------------------- ----------------------