add wheel to requirements.txt
This commit is contained in:
parent
96c66762ce
commit
97f95cc5f7
2 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ circuitpython-build-tools package.
|
|||
```shell
|
||||
python3 -m venv .env
|
||||
source .env/bin/activate
|
||||
pip install wheel
|
||||
pip install circuitpython-build-tools
|
||||
circuitpython-build-bundles --filename_prefix <output file prefix> --library_location .
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
Click
|
||||
semver
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Reference in a new issue