Skip to content

Commit

Permalink
mention that lockfile and virtual env are created lazily
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jul 18, 2024
1 parent d7b5dd1 commit 3fdb5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ This will create the following directory structure:

```
.
├── .venv
├── pyproject.toml
├── README.md
├── uv.lock
└── src
└── hello-world
└── __init__.py
Expand All @@ -46,7 +44,9 @@ or a custom format altogether.
## Project structure

A project consists of a few important parts that work together and allow uv to
manage your project.
manage your project. Along with the files created by `uv init`, uv will create a
virtual environment and `uv.lock` file in the root of your project the first time you
run a project command.

### `pyproject.toml`

Expand Down

0 comments on commit 3fdb5a9

Please sign in to comment.