UV
An extremely fast Python package and project manager, written in Rust.
Creating and using venv
create a .venv in current dir, no need to activate venv with uv
uv venvTo have pip installed in venv, can be useful for vscode extensions that arent compatible with uv
uv venv --seedProject's environment (installs project in editable mode)
uv syncuv run fitspyWorking with uvx
UV Cache Clean
Last updated