Skip to content

Commit

Permalink
Use uv init --lib in tutorial (#15718)
Browse files Browse the repository at this point in the history
## Summary

Closes astral-sh/uv#10933.
  • Loading branch information
charliermarsh authored Jan 24, 2025
1 parent 1feb3cf commit ab2e190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ your project. For a more detailed overview, see [_Configuring Ruff_](configurati
To start, we'll initialize a project using [uv](https://docs.astral.sh/uv/):

```console
$ uv init numbers
$ uv init --lib numbers
```

This command creates a Python project with the following structure:

```text
numbers
├── README.md
├── pyproject.toml
└── src
└── numbers
Expand Down

0 comments on commit ab2e190

Please sign in to comment.