Skip to content

Commit

Permalink
Fix install commands for useful-moonshine-onnx
Browse files Browse the repository at this point in the history
The previous pip install commands in the instructions and requirements erroneously included some whitespace, which resulted in errors when users attempted to install using the install instructions. This commit corrects the error by removing the whitespace.
  • Loading branch information
evmaki committed Nov 24, 2024
1 parent 6277055 commit 24149d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Using Moonshine with the ONNX runtime is preferable if you want to run the model
the package with minimal dependencies to support these use cases. To use it, run the following:

```shell
uv pip install useful-moonshine-onnx @ git+https://[email protected]/usefulsensors/moonshine.git#subdirectory=moonshine-onnx
uv pip install useful-moonshine-onnx@git+https://[email protected]/usefulsensors/moonshine.git#subdirectory=moonshine-onnx
```

### 3. Try it out
Expand Down
2 changes: 1 addition & 1 deletion demo/moonshine-onnx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
silero_vad
sounddevice
useful-moonshine-onnx @ git+https://[email protected]/usefulsensors/moonshine.git#subdirectory=moonshine-onnx
useful-moonshine-onnx@git+https://[email protected]/usefulsensors/moonshine.git#subdirectory=moonshine-onnx

0 comments on commit 24149d6

Please sign in to comment.