mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 09:52:19 +00:00
16 lines
257 B
Markdown
16 lines
257 B
Markdown
|
# Local Wheels
|
||
|
|
||
|
If you have any wheels you wish to test locally, copy them into this folder then run:
|
||
|
|
||
|
```
|
||
|
poetry add local_wheels/my.whl
|
||
|
```
|
||
|
|
||
|
Alternatively you can sideload it:
|
||
|
|
||
|
```
|
||
|
poetry run pip install local_wheels/*.whl
|
||
|
```
|
||
|
|
||
|
when you boot the backend.
|