Skip to content

Commit 96c6676

Browse files
committed
add pip install wheel to README.md
1 parent 8d38cf8 commit 96c6676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ circuitpython-build-tools package.
5353
```shell
5454
python3 -m venv .env
5555
source .env/bin/activate
56+
pip install wheel
5657
pip install circuitpython-build-tools
5758
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location .
5859
```

0 commit comments

Comments
 (0)