Skip to content

Instantly share code, notes, and snippets.

@alyssaq
Last active August 29, 2015 13:57
Show Gist options
  • Save alyssaq/9705672 to your computer and use it in GitHub Desktop.
Save alyssaq/9705672 to your computer and use it in GitHub Desktop.
Setting up numpy, scipy
mkvirtualenv ml
pip install --upgrade setuptools
curl -o install_superpack.sh https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
sh install_superpack.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment