Skip to content

Commit

Permalink
README: remove build mpy-cross cmd in local testing; only used on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed May 11, 2019
1 parent 50ddabd commit 0e839df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ locally like so:
cd circuitpython-build-tools # this will be specific to your storage location
python3 -m venv .env
source .env/bin/activate
python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
pip install -e . # '-e' is pip's "development" install feature
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location <library location>
```
Expand Down

0 comments on commit 0e839df

Please sign in to comment.