Skip to content

Commit e55f941

Browse files
authored
Install STT wheel manually first on Raspberry Pi
1 parent 8445f87 commit e55f941

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ $ pip install coqui_stt_model_manager
1313
$ stt-model-manager
1414
```
1515

16+
On Raspberry Pi:
17+
18+
```bash
19+
$ pip install https://github.com/coqui-ai/STT/releases/download/v1.3.0/stt-1.3.0-cp37-cp37m-linux_armv7l.whl
20+
$ pip install coqui_stt_model_manager
21+
$ stt-model-manager
22+
```
23+
1624
# Build and install from source
1725

1826
Build dependencies:

0 commit comments

Comments
 (0)