We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09558f commit faf4c03Copy full SHA for faf4c03
1 file changed
README.md
@@ -17,18 +17,18 @@ Reusable Django utilities and management commands for Toggle projects.
17
18
**Using [uv](https://github.com/astral-sh/uv):**
19
```bash
20
-uv pip install "git+ssh://git@github.com/toggle-corp/banjo-utils.git@main"
+uv pip install "git+https://github.com/toggle-corp/banjo-utils.git@v0.1.0"
21
```
22
23
Or add to your `pyproject.toml`:
24
```toml
25
[project]
26
dependencies = [
27
- "banjo_utils",
+ "banjo-utils",
28
]
29
30
[tool.uv.sources]
31
-banjo-utils = { git = "https://github.com/toggle-corp/banjo-utils", tag = "0.1.0" }
+banjo-utils = { git = "https://github.com/toggle-corp/banjo-utils", tag = "v0.1.0" }
32
33
34
---
0 commit comments