Skip to content

Instantly share code, notes, and snippets.

@VictorVelarde
Created March 2, 2017 17:20
Show Gist options
  • Save VictorVelarde/843b9db20326db0918a32a3446b2dc33 to your computer and use it in GitHub Desktop.
Save VictorVelarde/843b9db20326db0918a32a3446b2dc33 to your computer and use it in GitHub Desktop.
Pip install sobre versión concreta de Python
# 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