Skip to content

Commit 0e839df

Browse files
committed
README: remove build mpy-cross cmd in local testing; only used on Travis
1 parent 50ddabd commit 0e839df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ 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/
6867
pip install -e . # '-e' is pip's "development" install feature
6968
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location <library location>
7069
```

0 commit comments

Comments
 (0)