Upgrade pip

This commit is contained in:
eroncero
2026-01-22 19:12:52 +01:00
parent 8d1db440e2
commit 15ccfa0412

View File

@@ -32,6 +32,7 @@ Crear y activar el entorno virtual:
```bash
python3 -m venv venv
pip install --upgrade pip
source venv/bin/activate # Linux / macOS
venv\Scripts\activate # Windows
```