that is a simpler an easier way of installing your app:
$ uv tool install git+https://github.com/nvidia/skillspector.git
...
+ tiktoken==0.13.0
+ tqdm==4.68.3
+ truststore==0.10.4
+ typer==0.23.2
+ typing-extensions==4.15.0
+ typing-inspection==0.4.2
+ urllib3==2.7.0
+ uuid-utils==0.16.2
+ uvicorn==0.49.0
+ uvloop==0.22.1
+ watchfiles==1.2.0
+ websockets==15.0.1
+ xxhash==3.7.0
+ yara-python==4.5.4
+ zstandard==0.25.0
Installed 1 executable: skillspector
from here, uv tool update skillspector will update it :)
that is a simpler an easier way of installing your app:
from here,
uv tool update skillspectorwill update it :)