Skip to content

Commit

Permalink
update docs package name
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkParker5 committed Sep 19, 2023
1 parent ce3b8d5 commit 8fd4c0a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ pip install stark-engine[sound]
If you encounter the error `zsh: no matches found`, simply enclose the package name in quotes:

```zsh
pip install "stark[all]"
pip install "stark[gcloud]"
pip install "stark[vosk]"
pip install "stark[silero]"
pip install "stark[sound]"
pip install "stark-engine[all]"
pip install "stark-engine[gcloud]"
pip install "stark-engine[vosk]"
pip install "stark-engine[silero]"
pip install "stark-engine[sound]"
```

## Installation with poetry
Expand All @@ -70,11 +70,11 @@ pip install stark-engine[sound]
If you encounter the error `zsh: no matches found`, simply enclose the package name in quotes:

```zsh
poetry add "stark[all]"
poetry add "stark[gcloud]"
poetry add "stark[vosk]"
poetry add "stark[silero]"
poetry add "stark[sound]"
poetry add "stark-engine[all]"
poetry add "stark-engine[gcloud]"
poetry add "stark-engine[vosk]"
poetry add "stark-engine[silero]"
poetry add "stark-engine[sound]"
```

---
Expand Down

0 comments on commit 8fd4c0a

Please sign in to comment.