Skip to content

Commit b74c8b0

Browse files
ritwik-gclaude
andcommitted
Update README to use PyPI installation
Now that helm-values-manager is published on PyPI, update the primary installation method to use pip install from PyPI rather than from GitHub. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0101745 commit b74c8b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ A Helm plugin that helps manage Helm value configurations across different deplo
2424

2525
### As a Standalone CLI Tool (Recommended)
2626

27-
Install from GitHub:
27+
Install from PyPI:
2828

2929
```bash
30-
pip install git+https://github.com/Zipstack/helm-values-manager.git
30+
pip install helm-values-manager
3131
```
3232

33-
Or clone and install locally:
33+
Or install from source:
3434

3535
```bash
3636
git clone https://github.com/Zipstack/helm-values-manager

0 commit comments

Comments
 (0)