Skip to content

Commit 96c6676

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
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)