mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
improves from comments
This commit is contained in:
parent
c3427da00a
commit
f74fef80f7
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue