uv
101
Usage
# Update uv
uv self update
# List available Python versions
$ uv python list
# Install a tool with a specific Python version
$ uv tool install --python 3.13 creds
# Uninstall the specified Python version
$ uv python uninstall 3.13# Install a package using the pypi name:
uv tool install DefaultCreds_cheat_sheet
# Install a tool using its GitHub repo:
uv tool install git+https://github.com/Pennyw0rth/NetExec
# Run an installed package
uv run creds search tomcat
# Upgrade a package
uv tool upgrade netexecResources
Last updated