ENTORNO VIRTUAL USADO: PyAdvance (Python 3.13.5)

-- Crear Entorno Virtual
python -m venv [NOMBRE_ENTORNO_VIRTUAL]

-- Activar Entorno Virtual
.\[NOMBRE_ENTORNO_VIRTUAL]\Scripts\active.bat

-- Instalar Módulos
.\[NOMBRE_ENTORNO_VIRTUAL]\Scripts\pip.exe list
.\[NOMBRE_ENTORNO_VIRTUAL]\Scripts\pip.exe install [MODULO]
