From 4f314111d73d3890d9e972bd02c2a609073bd417 Mon Sep 17 00:00:00 2001 From: Luciano Silva do Lago Date: Sun, 21 Jun 2026 18:18:25 -0300 Subject: [PATCH] Docs: Remove RTK wrapper from README commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a6ab3e..36a6c41 100644 --- a/README.md +++ b/README.md @@ -79,11 +79,11 @@ Abra o terminal na pasta raiz deste projeto (onde este `README.md` e o arquivo ` 1. **Sincronizar Dependências (Instalar tudo e criar a VENV automaticamente):** ```bash - rtk uv sync + uv sync ``` 2. **Ligar o Servidor Web e a Interface:** ```bash - rtk uv run streamlit run app/dashboard.py + uv run streamlit run app/dashboard.py ``` > **Acesso:** Assim que o servidor subir, o Python acionará automaticamente a abertura de uma nova guia no seu **navegador web padrão** acessando o painel de operações (normalmente via `http://localhost:8501`).