Update phone-bot-twilio README

This commit is contained in:
Mark Backman
2025-07-29 18:44:24 -04:00
parent 3ab9c15583
commit a22bebd174
4 changed files with 87 additions and 88 deletions

View File

@@ -35,9 +35,7 @@ source .venv/bin/activate # On Windows: .venv\Scripts\activate
> Using `uv`? Create your venv using: `uv venv && source .venv/bin/activate`.
2. Install packages
Then, install the requirements:
2. Install dependencies
```bash
pip install -r requirements.txt
@@ -97,6 +95,8 @@ npm run dev
4. **Open http://localhost:5173 in your browser** and click `Connect` to start talking to your bot.
> 💡 **Tip**: Check your server terminal for debug logs showing Pipecat's internal workings.
## Troubleshooting
- **Browser permissions**: Make sure to allow microphone access when prompted by your browser.