Skip to content

Commit ebb62c7

Browse files
authored
Merge pull request #1 from softinio/push-kornzzrsqvrr
Update README
2 parents 7f2c035 + 796f0a6 commit ebb62c7

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![CI](https://github.com/softinio/python-starter-template/actions/workflows/ci.yml/badge.svg)](https://github.com/softinio/python-starter-template/actions/workflows/ci.yml)
2+
13
# Python AI Starter Template
24

35
A modern GitHub template for starting AI-centric Python projects with batteries included.
@@ -43,7 +45,7 @@ This template provides a complete development environment for AI/ML applications
4345
- All development tools (uv, ruff, pyrefly, etc.)
4446
- Pre-commit hooks
4547

46-
#### Option 2: Without Nix
48+
#### Option 2: Without Nix (You already have Python)
4749

4850
1. Ensure Python 3.13+ is installed
4951
2. Install uv:
@@ -55,6 +57,18 @@ This template provides a complete development environment for AI/ML applications
5557
uv sync
5658
```
5759

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

6074
#### Running the Application

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dev = [
2626
"coverage>=7.9.1",
2727
"debugpy>=1.8.14",
2828
"pre-commit>=4.2.0",
29+
"pyrefly>=0.21.0",
2930
"pytest>=8.4.1",
3031
"pytest-asyncio>=1.0.0",
3132
"pytest-cov>=6.2.1",

uv.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)