“Instale Kivymd de Git” Código de respuesta

Instale Kivymd de Git

git clone https://github.com/kivymd/KivyMD.git --depth 1
cd KivyMD
pip install .
Tough Tortoise

Instale Kivymd de Git

# Master branch:
python3 -m pip install git+https://github.com/HeaTTheatR/KivyMD.git
# Specific branch:
python3 -m pip install git+https://github.com/HeaTTheatR/KivyMD.git@stable
# Specific tag:
python3 -m pip install git+https://github.com/HeaTTheatR/[email protected]
# Specific commit:
python3 -m pip install git+https://github.com/HeaTTheatR/KivyMD.git@f80d9c8b812d54a724db7eda30c4211d0ba764c2

# If you already has installed KivyMD
python3 -m pip install --force-reinstall git+https://github.com/HeaTTheatR/KivyMD.git
Tough Tortoise

Respuestas similares a “Instale Kivymd de Git”

Preguntas similares a “Instale Kivymd de Git”

Más respuestas relacionadas con “Instale Kivymd de Git” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código