File tree 4 files changed +14
-163
lines changed
4 files changed +14
-163
lines changed Original file line number Diff line number Diff line change 1
- [submodule "circuitpython "]
2
- path = circuitpython
3
- url = https://github.com/adafruit/circuitpython.git
4
1
[submodule "libraries/helpers/example "]
5
2
path = libraries/helpers/example
6
3
url = https://github.com/tannewt/CircuitPython_Example.git
Original file line number Diff line number Diff line change @@ -43,7 +43,17 @@ Only do this if you are replacing the module with an equivalent:
43
43
git rm libraries/<target directory>
44
44
45
45
## Building the bundle
46
- To build the bundle run ` build-bundle.py ` it requires Python 3.5+ and will
47
- produce a zip file in ` build ` . The file structure of the zip will not be
48
- identical to the source ` libraries ` directory in order to save space. Libraries
49
- with a single source will not be placed in their own directory.
46
+ To build this bundle locally you'll need to install the
47
+ ` circuitpython-build-tools <https://github.com/adafruit/circuitpython-build-tools> ` _ package.
48
+
49
+ python3 -m venv .env
50
+ source .env/bin/activate
51
+ pip install circuitpython-build-tools
52
+
53
+ Once installed, make sure you are in the virtual environment:
54
+
55
+ source .env/bin/activate
56
+
57
+ Then run the build:
58
+
59
+ circuitpython-build-bundles --filename_prefix circuitpython-community-bundle --library_location libraries --library_depth 2
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments