Instalando Pygame

PYGAME














Para instalar Pygame lo que tenemos que hacer es lo siguiente:

Para Windows:

Abre la terminal o cmd e ingresa el siguiente comando:

pip install pygame

Para Linux:

Abre la terminal e ingresa el siguiente comando:

sudo apt-get install python-pygame

Para Mac:

Ingresa al siguiente link: https://cs.hofstra.edu/docs/pages/guides/InstallingPygame.html

Comentarios