We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2c035 commit b2373c8Copy full SHA for b2373c8
1 file changed
README.md
@@ -43,7 +43,7 @@ This template provides a complete development environment for AI/ML applications
43
- All development tools (uv, ruff, pyrefly, etc.)
44
- Pre-commit hooks
45
46
-#### Option 2: Without Nix
+#### Option 2: Without Nix (You already have python)
47
48
1. Ensure Python 3.13+ is installed
49
2. Install uv:
@@ -55,6 +55,18 @@ This template provides a complete development environment for AI/ML applications
55
uv sync
56
```
57
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
67
+ uv sync
68
69
70
### Development Commands
71
72
#### Running the Application
0 commit comments