Skip to content

Commit 87418ff

Browse files
authored
docs: update README to include uv package manager link
Added link to the uv package manager in the README.
1 parent 5bd4941 commit 87418ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,10 @@ The API will be available at [http://localhost:8080](http://localhost:8080). You
7979

8080
## Development Environment
8181

82-
The project uses Python 3.14 and uv as the package manager for faster and more reliable dependency management.
82+
The project uses Python 3.14 and [uv](https://github.com/astral-sh/uv) as the package manager for faster and more reliable dependency management.
8383

8484
### Setting up the development environment with uv
8585

86-
[uv](https://github.com/astral-sh/uv) is a fast Python package installer:
87-
8886
```bash
8987
# Install uv
9088
curl -LsSf https://astral.sh/uv/install.sh | sh

0 commit comments

Comments
 (0)