Comment installer pygame en python

Ismail -  
M3NSONG3 Messages postés 615 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour à tous. Comment installer les bibliothèques en python. Comme Matplotlib pygame...
A voir également:

1 réponse

M3NSONG3 Messages postés 615 Date d'inscription   Statut Membre Dernière intervention   162
 
Tu trouveras ton bonheur grâce à pip.
https://pypi.org/
https://pypi.org/project/pygame/
https://pypi.org/project/matplotlib/
etc...

une fois pip installer, selon ton OS tu dois taper une commandes type...
python -m pip install [lib]
pip install [lib]
etc...

0