Skip to content

Commit 67abd08

Browse files
committed
missed local testing step: build mpy-cross's
1 parent 1079f0b commit 67abd08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ locally like so:
6464
cd circuitpython-build-tools # this will be specific to your storage location
6565
python3 -m venv .env
6666
source .env/bin/activate
67+
python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
6768
pip install -e . # '-e' is pip's "development" install feature
6869
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location <library location>
6970
```

0 commit comments

Comments
 (0)