You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Clone the repository and install dependencies to a virtual environment:
53
53
54
54
```console
55
55
cd agent-starter-python
56
-
uv sync
56
+
uv sync --prerelease=allow
57
57
```
58
58
59
59
Sign up for [LiveKit Cloud](https://cloud.livekit.io/) then set up the environment by copying `.env.example` to `.env.local` and filling in the required keys:
@@ -139,4 +139,4 @@ You can also self-host LiveKit instead of using LiveKit Cloud. See the [self-hos
139
139
140
140
## License
141
141
142
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
142
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments