Skip to content

Commit b2373c8

Browse files
committed
Update README
1 parent 7f2c035 commit b2373c8

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This template provides a complete development environment for AI/ML applications
4343
- All development tools (uv, ruff, pyrefly, etc.)
4444
- Pre-commit hooks
4545

46-
#### Option 2: Without Nix
46+
#### Option 2: Without Nix (You already have python)
4747

4848
1. Ensure Python 3.13+ is installed
4949
2. Install uv:
@@ -55,6 +55,18 @@ This template provides a complete development environment for AI/ML applications
5555
uv sync
5656
```
5757

58+
#### Option 3: Using uv
59+
60+
1. [Install uv](https://docs.astral.sh/uv/getting-started/installation/)
61+
2. Install python using uv :
62+
```bash
63+
uv python install 3.13
64+
```
65+
3. Install dependencies:
66+
```bash
67+
uv sync
68+
```
69+
5870
### Development Commands
5971

6072
#### Running the Application

0 commit comments

Comments
 (0)