8000 Add more description of installing the library bundle. · boneskull/circuitpython@78168bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 78168bc

Browse files
committed
Add more description of installing the library bundle.
1 parent 35a5d44 commit 78168bc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/drivers.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ Adafruit CircuitPython drivers
44
These are drivers available in separate GitHub repos. They are designed for use
55
with CircuitPython and may or may not work with `MicroPython <https://micropython.org>`_.
66

7+
.. _bundle_installation:
8+
79
Bundle
810
------
911

1012
We provide a bundle of all our libraries to ease installation of drivers and
11-
their dependencies. Its easiest to copy them all onto the filesystem. However,
12-
if you don't have enough space simply copy things over as they are needed.
13+
their dependencies. he bundle is primarily geared to the Adafruit Express line
14+
of boards which will feature a relatively large external flash. With Express
15+
boards, its easy to copy them all onto the filesystem. However, if you don't
16+
have enough space simply copy things over as they are needed.
1317

1418
The bundles are available `on GitHub <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_.
1519

20+
To install them:
21+
22+
#. `Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases>`_ and unzip the latest zip thats not a source zip.
23+
#. Copy the ``lib`` folder to the ``CIRCUIPY`` or ``MICROPYTHON``.
24+
1625
Foundational Libraries
1726
----------------------
1827

0 commit comments

Comments
 (0)
0