Skip to content

Commit 4a62e24

Browse files
authored
feat: uv add docs (#338)
1 parent 770f007 commit 4a62e24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/guide/development-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Your development loop will look like this:
5858
# Install dependencies and launch the local playground
5959
make install && make playground
6060
```
61+
62+
::: tip Package Management with uv
63+
Add new dependencies with `uv add <package>` and remove them with `uv remove <package>`.
64+
:::
6165
> Note: The specific UI playground launched by `make playground` depends on the agent template you selected during creation.
6266
6367
## 2. Deploy to the Cloud

src/base_template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This project is organized as follows:
3333
## Requirements
3434

3535
Before you begin, ensure you have:
36-
- **uv**: Python package manager - [Install](https://docs.astral.sh/uv/getting-started/installation/)
36+
- **uv**: Python package manager (used for all dependency management in this project) - [Install](https://docs.astral.sh/uv/getting-started/installation/) ([add packages](https://docs.astral.sh/uv/concepts/dependencies/) with `uv add <package>`)
3737
- **Google Cloud SDK**: For GCP services - [Install](https://cloud.google.com/sdk/docs/install)
3838
- **Terraform**: For infrastructure deployment - [Install](https://developer.hashicorp.com/terraform/downloads)
3939
- **make**: Build automation tool - [Install](https://www.gnu.org/software/make/) (pre-installed on most Unix-based systems)

0 commit comments

Comments
 (0)