Comment installer pygame en python
Ismail
-
M3NSONG3 Messages postés 670 Statut Membre -
M3NSONG3 Messages postés 670 Statut Membre -
Bonjour à tous. Comment installer les bibliothèques en python. Comme Matplotlib pygame...
1 réponse
-
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...