diff --git a/demo/README.md b/demo/README.md index ce49a53..ac414bd 100644 --- a/demo/README.md +++ b/demo/README.md @@ -79,9 +79,12 @@ You will need to clone the repo first: git clone git@github.com:usefulsensors/moonshine.git ``` -Then install the demo's requirements: +Then install the demo's requirements including mitigation for a failure to build +and install `llvmlite` without `numba` package: ```shell +uv pip install numba + uv pip install -r moonshine/demo/moonshine-onnx/requirements.txt ``` diff --git a/demo/moonshine-onnx/requirements.txt b/demo/moonshine-onnx/requirements.txt index c701f3e..f37d7e6 100644 --- a/demo/moonshine-onnx/requirements.txt +++ b/demo/moonshine-onnx/requirements.txt @@ -1,4 +1,3 @@ -numba silero_vad sounddevice useful-moonshine-onnx@git+https://git@github.com/usefulsensors/moonshine.git#subdirectory=moonshine-onnx