Installer numpy et matplotlib
Omga
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour, j'ai installé python 3.7.3 sur windows 10 et j'aimerais installer numpy et matplotlib
comment procéder .??????,
comment procéder .??????,
Configuration: Windows / Chrome 75.0.3770.100
1 réponse
-
Il faut ouvrir un invite de commande puis écrire :
pip install numpy
Puis pour matplotlib :pip install matplotlib
Je pense que ça devrais marcher... Je n'ai pas essayé !-
-
Après quelques recherches je tombe sur ce site : https://solarianprogrammer.com/2017/02/25/install-numpy-scipy-matplotlib-python-3-windows/
apparemment ce n'est paspip install
qu'il faut utiliser maispython -m pip install
Les commandes sont donc :python -m pip install numpy
python -m pip install matplotlib
J'espère que ça va marcher !
Bonne journée.
-