We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d05115 commit 8c67216Copy full SHA for 8c67216
README.md
@@ -16,9 +16,9 @@
16
17
- **With uv (recommended)**:
18
- 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`
+ - Local checkout: `uv add --dev ../path/to/htpy-uikit`
20
- Run CLI via your env: `uv run htpyuikit list`
21
-- **Or with pip**: `pip install -e .` (inside this repo)
+- **Or with pip**: `pip install .` (inside this repo)
22
23
## CLI
24
0 commit comments