https://github.com/miles-arts/python_kivy
https://github.com/miles-arts/python_kivy
kivy python venv-python virtuale
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miles-arts/python_kivy
- Owner: Miles-Arts
- Created: 2025-06-05T18:30:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T20:49:00.000Z (7 months ago)
- Last Synced: 2025-06-14T15:14:11.981Z (6 months ago)
- Topics: kivy, python, venv-python, virtuale
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_kivy
## Instalación
Crear y activar el entorno virtual:
```bash
python -m venv venv
source venv/Scripts/activate
```
Instalación de Kivy y ejemplos:
```bash
python -m pip install "kivy[base]" kivy_examples
```
## Generar requirements.txt
```bash
pip freeze > requirements.txt
```
## Verificar instalación de Kivy
```bash
python - <