Skip to content

Commit e718f8f

Browse files
authored
🔀 Merge pull request #23 from davep/docs-tweaks
2 parents d046953 + 339a252 commit e718f8f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Migrated from `rye` to `uv` for development management.
88
([#21](https://github.com/davep/ng2web/pull/21))
99
- Added Python 3.14 as a tested/supported Python version.
10+
([#22](https://github.com/davep/ng2web/pull/22))
1011

1112
## v1.0.1
1213

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
2828
$ pipx install ng2web
2929
```
3030

31+
### uv
32+
33+
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
34+
35+
```sh
36+
uv tool install ng2web
37+
```
38+
3139
### Homebrew
3240

3341
The package is available via Homebrew. Use the following commands to install:

0 commit comments

Comments
 (0)