jueves, 21 de marzo de 2024

Material for MkDocs en Windows.

 Pasos todo en PowerShell

Instalar Python: escribit Python y se abre un instalador

Instalar Git:  winget install --id Git.Git -e --source winget

git clone https://github.com/jmunozji/proyecto.git

cd proyecto

python -m venv .\venv

.\venv\Scripts\activate

pip install mkdocs-material

No hay comentarios:

Publicar un comentario