We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d046953 + 339a252 commit e718f8fCopy full SHA for e718f8f
ChangeLog.md
@@ -7,6 +7,7 @@
7
- Migrated from `rye` to `uv` for development management.
8
([#21](https://github.com/davep/ng2web/pull/21))
9
- Added Python 3.14 as a tested/supported Python version.
10
+ ([#22](https://github.com/davep/ng2web/pull/22))
11
12
## v1.0.1
13
README.md
@@ -28,6 +28,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
28
$ pipx install ng2web
29
```
30
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
39
### Homebrew
40
41
The package is available via Homebrew. Use the following commands to install:
0 commit comments