Skip to content

Commit 420ef49

Browse files
committed
add uv venv instructions
1 parent 313d2dc commit 420ef49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ We recommend using a virtual environment with Python 3.10 or higher to run this
3737
```bash
3838
uv run --with-requirements requirements.txt reflex run
3939
```
40+
or
41+
```bash
42+
uv venv
43+
uv pip install -r requirements.txt
44+
uv run reflex run
45+
```
4046

4147
*Open the browser and go to `http://localhost:3000/` to see the website.*
4248

0 commit comments

Comments
 (0)