8000 chore: Update README.md (#353) · PaveLuchkov/adk-python@5c069cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c069cc

Browse files
authored
chore: Update README.md (google#353)
add instruction about our releases.
1 parent 22cab9e commit 5c069cc

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,27 @@ debugging, versioning, and deployment anywhere – from your laptop to the cloud
4545

4646
## 🚀 Installation
4747

48-
You can install the ADK using `pip`:
48+
### Stable Release (Recommended)
49+
50+
You can install the latest stable version of ADK using `pip`:
4951

5052
```bash
5153
pip install google-adk
5254
```
5355

56+
The release cadence is weekly.
57+
58+
This version is recommended for most users as it represents the most recent official release.
59+
60+
### Development Version
61+
Bug fixes and new features are merged into the main branch on GitHub first. If you need access to changes that haven't been included in an official PyPI release yet, you can install directly from the main branch:
62+
63+
```bash
64+
pip install git+https://github.com/google/adk-python.git@main
65+
```
66+
67+
Note: The development version is built directly from the latest code commits. While it includes the newest fixes and features, it may also contain experimental changes or bugs not present in the stable release. Use it primarily for testing upcoming changes or accessing critical fixes before they are officially released.
68+
5469
## 📚 Documentation
5570

5671
Explore the full documentation for detailed guides on building, evaluating, and

0 commit comments

Comments
 (0)
0