Comment installer pygame en python

Ismail -  
M3NSONG3 Messages postés 670 Statut Membre -
Bonjour à tous. Comment installer les bibliothèques en python. Comme Matplotlib pygame...
A voir également:

1 réponse

M3NSONG3 Messages postés 670 Statut Membre 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