An open API service indexing awesome lists of open source software.

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

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 - <