We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1079f0b commit 67abd08Copy full SHA for 67abd08
1 file changed
README.md
@@ -64,6 +64,7 @@ locally like so:
64
cd circuitpython-build-tools # this will be specific to your storage location
65
python3 -m venv .env
66
source .env/bin/activate
67
+python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
68
pip install -e . # '-e' is pip's "development" install feature
69
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location <library location>
70
```
0 commit comments