Skip to content

Commit 6eca91b

Browse files
Modify installation command for voice support
Updated installation instructions to include voice support.
1 parent 1476ca6 commit 6eca91b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ limitations under the License.
3333

3434

3535
## Installation
36-
Install the project, including the CLI, OpenAI protocol and LiteLLM dependencies.
36+
Install the project, including the voice support, CLIs, OpenAI protocol and LiteLLM dependencies.
3737

3838
```bash
39-
$ pip install bpsa[browser,openai,litellm]
39+
$ pip install bpsa[voice,browser,openai,litellm]
4040
```
4141

4242
This will set up the necessary libraries and the Beyond Python Smolagents framework in your environment.

0 commit comments

Comments
 (0)