Skip to content

Commit f64154f

Browse files
authored
Update README.md
1 parent c381597 commit f64154f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ You can install the package via pip:
1010
pip install vapi_python
1111
```
1212

13+
On Mac, you might need to install `brew install portaudio` to satisfy `pyaudio`'s dependency requirement.
14+
1315
## Usage
1416

1517
First, import the Vapi class from the package:
@@ -18,10 +20,10 @@ First, import the Vapi class from the package:
1820
from vapi_python import Vapi
1921
```
2022

21-
Then, create a new instance of the Vapi class, passing your Web Client Key as a parameter to the constructor:
23+
Then, create a new instance of the Vapi class, passing your Public Key as a parameter to the constructor:
2224

2325
```python
24-
vapi = Vapi(api_key='your-api-key')
26+
vapi = Vapi(api_key='your-public-key')
2527
```
2628

2729
You can start a new call by calling the `start` method and passing an `assistant` object or `assistantId`. You can find the available options here: [docs.vapi.ai](https://docs.vapi.ai/api-reference/assistants/create-assistant)

0 commit comments

Comments
 (0)