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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,27 @@ While the core adk-python repository provides a stable, focused framework for bu
12
12
13
13
This approach allows the core ADK to remain stable and lightweight, while giving the community the freedom to build and share powerful extensions.
14
14
15
+
## 🚀 Installation
16
+
17
+
### Stable Release (Recommended)
18
+
19
+
You can install the latest stable version using `pip`:
20
+
21
+
```bash
22
+
pip install google-adk-community
23
+
```
24
+
25
+
This version is recommended for most users as it represents the most recent official release.
26
+
27
+
### Development Version
28
+
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.
35
+
15
36
# Repository Structure
16
37
The repository is organized into modules that mirror the structure of the core ADK, making it easy to find what you need:
0 commit comments