Skip to content

Commit a0fc800

Browse files
authored
Update README.md
1 parent 3621469 commit a0fc800

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ While the core adk-python repository provides a stable, focused framework for bu
1212

1313
This approach allows the core ADK to remain stable and lightweight, while giving the community the freedom to build and share powerful extensions.
1414

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:
29+
30+
```bash
31+
pip install git+https://github.com/google/adk-python-community.git@main
32+
```
33+
34+
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+
1536
# Repository Structure
1637
The repository is organized into modules that mirror the structure of the core ADK, making it easy to find what you need:
1738

0 commit comments

Comments
 (0)