Skip to content

Commit f8c99db

Browse files
Document uv lower bound (#328)
1 parent ef12f43 commit f8c99db

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ this package brings a similar experience to the Python ecosystem as a CLI tool.
3838

3939
## Getting Started
4040

41-
First, it is strongly recommended you [install the `uv` package manager](https://docs.astral.sh/uv/getting-started/installation/): this is a simple, documented process.
42-
43-
If you are starting a new project, it is recommended to call `uv init --lib` to
44-
initialize the project directory.
41+
First, it is strongly recommended you [install the `uv` package manager](https://docs.astral.sh/uv/getting-started/installation/): this is a simple, documented process. If you're already using `uv`, make sure you're using at least
42+
version v0.5.29 (run `uv version` to check, and `uv self update` to upgrade).
4543

4644
Then, you can install usethis for the project:
4745

0 commit comments

Comments
 (0)