Skip to content

Commit 489b776

Browse files
docs: add self-hosted PyPI index installation option
1 parent 1f9b0df commit 489b776

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ Preview infrastructure changes with human-readable diffs, cost impact estimation
1515

1616
## Installation
1717

18-
DeployDiff is not published on public PyPI (publishing is pending). Install directly from GitHub:
18+
DeployDiff is not published on public PyPI. Install from the self-hosted index, GitHub, Homebrew, or Scoop:
1919

2020
```bash
21+
# Self-hosted PyPI index (easiest for pip users)
22+
pip install --extra-index-url https://coding-dev-tools.github.io/pypi-index/simple/ deploydiff
23+
24+
# Or directly from GitHub
2125
pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git
2226
```
2327

0 commit comments

Comments
 (0)