Skip to content

Commit 9417992

Browse files
committed
docs: update local setup instructions from pip to uv
1 parent d179dae commit 9417992

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,10 @@ If you wish to run the platform locally, follow the steps below:
6868
3. Create a virtual environment:
6969

7070
```sh
71-
python -m venv --upgrade-deps .venv
72-
source .venv/bin/activate
71+
uv sync --group api
7372
```
7473

75-
4. Install the required dependencies:
76-
77-
```sh
78-
pip install -r requirements.txt
79-
```
80-
81-
5. Run the platform locally:
74+
4. Run the platform locally:
8275

8376
```sh
8477
streamlit run app.py

0 commit comments

Comments
 (0)