-
-
Save VictorVelarde/843b9db20326db0918a32a3446b2dc33 to your computer and use it in GitHub Desktop.
Pip install sobre versión concreta de Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# instalar | |
C:\Python27>python -m pip install numpy | |
# upgrade de versión | |
C:\Python27>python -m pip install --upgrade numpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment