We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ddabd commit 0e839dfCopy full SHA for 0e839df
README.md
@@ -64,7 +64,6 @@ 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