Summary
Last edited
| category | tool | description |
|---|---|---|
| install python | uv python install or hatch | install standalone python builds |
pyenv | install pre releases | |
apt / dnf | install the distro build | |
| run python | py | select which interpreter runs |
| environments | uv venv or py -m venv | create virtual venvs |
uv pip install or pip | install packages | |
pipx | install command line apps | |
| packages | uv build or build | build wheels and sdists |
hatchling | build backend | |
twine | publish to pypi | |
uv init, rye or hatch | project workflow |