update docs for uv

This commit is contained in:
LUIS NOVO 2025-04-06 15:56:37 -03:00
parent d731153a0a
commit bba6a5d610

View file

@ -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: To run the source code locally and experiment with the code, you just need to run:
```bash ```bash
poetry install uv sync
docker compose --profile db_only up 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: If you don't want to mess around with the code and just want to run it as a docker image: