update docs for uv
This commit is contained in:
parent
d731153a0a
commit
bba6a5d610
1 changed files with 2 additions and 2 deletions
|
|
@ -129,9 +129,9 @@ Edit .env for your API keys.
|
|||
To run the source code locally and experiment with the code, you just need to run:
|
||||
|
||||
```bash
|
||||
poetry install
|
||||
uv sync
|
||||
docker compose --profile db_only up
|
||||
poetry run streamlit run app_home.py
|
||||
uv run streamlit run app_home.py
|
||||
```
|
||||
|
||||
If you don't want to mess around with the code and just want to run it as a docker image:
|
||||
|
|
|
|||
Loading…
Reference in a new issue