Skip to content

Instantly share code, notes, and snippets.

View Alex-Rosenberg's full-sized avatar

Alex Rosenberg Alex-Rosenberg

  • University of Washington
  • Seattle, WA
View GitHub Profile
@fyears
fyears / note.md
Last active February 6, 2024 09:59
how to install scipy numpy matplotlib ipython in virtualenv

if you are using linux, unix, os x:

pip install -U setuptools
pip install -U pip

pip install numpy
pip install scipy
pip install matplotlib
#pip install PySide