Skip to content

Commit 8c67216

Browse files
committed
Update README.md to correct local checkout command for uv and adjust pip installation instructions for clarity.
1 parent 6d05115 commit 8c67216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
- **With uv (recommended)**:
1818
- Direct from git: `uv add --dev git+https://github.com/dakixr/htpy-uikit.git`
19-
- Local checkout: `uv add --dev -e ../path/to/htpy-uikit`
19+
- Local checkout: `uv add --dev ../path/to/htpy-uikit`
2020
- Run CLI via your env: `uv run htpyuikit list`
21-
- **Or with pip**: `pip install -e .` (inside this repo)
21+
- **Or with pip**: `pip install .` (inside this repo)
2222

2323
## CLI
2424

0 commit comments

Comments
 (0)