Skip to content

Commit e811f4f

Browse files
committed
Documentation for Running Locally Using uv
1 parent 9dba364 commit e811f4f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

00_game_of_life/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,16 @@ To run the app locally:
116116
2. Navigate to the project directory
117117
3. Install dependencies (if any)
118118
4. Run the following command: `uvicorn main:app --reload`
119+
120+
## Running Locally Using uv
121+
### Install
122+
```bash
123+
uv venv
124+
uv pip install -r requirements.txt
125+
```
126+
127+
128+
### Run
129+
```bash
130+
uv run uvicorn main:app --reload
131+
```

0 commit comments

Comments
 (0)