Skip to content

Commit 8d29eae

Browse files
committed
Honestly I have only tested this with uv ...
1 parent 0195cfc commit 8d29eae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ cd microformats-python-parser-website
2222
Next, install the required dependencies:
2323

2424
```
25-
pip3 install -r requirements.txt
25+
uv sync
2626
```
2727

2828
Next, start the server. You can do this in either debugging mode (where `debug=True`) in Flask or in production mode using Gunicorn.
2929

3030
```
31-
python3 app.py --debug (debug mode)
31+
uv run -- app.py --debug (debug mode)
3232
gunicorn --bind localhost:8080 app:app (production mode)
33+
uv run -- gunicorn --bind localhost:8080 app:app (production mode)
3334
```
3435

3536
You can view your running local application at this URL:

0 commit comments

Comments
 (0)