We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313d2dc commit 420ef49Copy full SHA for 420ef49
README.md
@@ -37,6 +37,12 @@ We recommend using a virtual environment with Python 3.10 or higher to run this
37
```bash
38
uv run --with-requirements requirements.txt reflex run
39
```
40
+ or
41
+ ```bash
42
+ uv venv
43
+ uv pip install -r requirements.txt
44
+ uv run reflex run
45
+ ```
46
47
*Open the browser and go to `http://localhost:3000/` to see the website.*
48
0 commit comments