Files
Dashboard_alumnos/README.md
2026-03-03 13:05:51 -06:00

14 lines
248 B
Markdown

## Instalación (Windows PowerShell)
```powershell
Activar el entorno
.\.venv\Scripts\Activate.ps1 # powershell
source .venv/Scripts/activate # git bash
call venv\Scripts\activate.bat
```
## Ejecución
```powershell
streamlit run app.py
```