Skip to content

Commit 97f95cc

Browse files
committed
add wheel to requirements.txt
1 parent 96c6676 commit 97f95cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

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

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Click
22
semver
3+
wheel

0 commit comments

Comments
 (0)