We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c6676 commit 97f95ccCopy full SHA for 97f95cc
README.md
@@ -53,7 +53,6 @@ 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
```
requirements.txt
@@ -1,2 +1,3 @@
1
Click
2
semver
3
+wheel
0 commit comments