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
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,27 @@ debugging, versioning, and deployment anywhere – from your laptop to the cloud
45
45
46
46
## 🚀 Installation
47
47
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`:
49
51
50
52
```bash
51
53
pip install google-adk
52
54
```
53
55
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:
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
+
54
69
## 📚 Documentation
55
70
56
71
Explore the full documentation for detailed guides on building, evaluating, and
@@ -121,7 +136,9 @@ for how they can work together.
121
136
122
137
## 🤝 Contributing
123
138
124
-
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our [**Contributing Guidelines**](./CONTRIBUTING.md) to get started.
139
+
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our
140
+
-[General contribution guideline and flow](https://google.github.io/adk-docs/contributing-guide/#questions).
141
+
- Then if you want to contribute code, please read [Code Contributing Guidelines](./CONTRIBUTING.md) to get started.
0 commit comments