uv/docs/projects.md
Zanie Blue 6492f1a897
A bundle of documentation changes (#5239)
I just need to iterate on everything and we're not doing a lot of
reviews anyway.

Closes #5234 
Closes #5191
2024-07-22 17:15:11 +00:00

740 B

Projects

Project metadata

pyproject.toml

uv init

Project environments

.venv

uv sync

Lock files

uv lock

Adding dependencies

uv add

Updating existing dependencies

Removing dependencies

uv remove

Running commands

uv run

Running commands with additional dependencies

Running scripts

Scripts that declare inline metadata are automatically executed in environments isolated from the project. See the scripts guide for more details.

Projects with many packages

See the workspaces documentation.