improves from comments

This commit is contained in:
Timon Erhart 2025-06-16 19:43:24 +00:00
parent c3427da00a
commit f74fef80f7

View file

@ -45,12 +45,12 @@ Hello from hello-world!
## Working on an existing project
If you start working on a project that is already managed by uv, simply run `uv sync`. A virtual
environment will be created (if one does not already exist) and all dependencies from the `uv.lock`
file will be installed. Due to the automatic locking and synchronisation in uv, this also applies to
other commands such as `uv run` or `uv lock`.
If you start working on a project that is already managed by uv, run `uv sync`. A virtual
environment will be created (if one does not already exist) and the [default](../concepts/projects/dependencies.md#default-groups) dependencies from the `uv.lock`
file will be installed.
See the [locking and syncing documentation](../concepts/projects/sync.md) for details.
Due to the automatic locking and synchronisation in uv, this also applies to
other commands such as `uv run` or `uv lock`. See the [locking and syncing documentation](../concepts/projects/sync.md) for details.
## Project structure