Skip to content

Commit

Permalink
Document uv lower bound (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanjmcdougall authored Feb 21, 2025
1 parent ef12f43 commit f8c99db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ this package brings a similar experience to the Python ecosystem as a CLI tool.

## Getting Started

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 are starting a new project, it is recommended to call `uv init --lib` to
initialize the project directory.
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
version v0.5.29 (run `uv version` to check, and `uv self update` to upgrade).

Then, you can install usethis for the project:

Expand Down

0 comments on commit f8c99db

Please sign in to comment.