We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip install wheel
1 parent 8d38cf8 commit 96c6676Copy full SHA for 96c6676
README.md
@@ -53,6 +53,7 @@ circuitpython-build-tools package.
53
```shell
54
python3 -m venv .env
55
source .env/bin/activate
56
+pip install wheel
57
pip install circuitpython-build-tools
58
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location .
59
```
0 commit comments