Skip to content
Lauren Anderson edited this page Jul 29, 2019 · 7 revisions

Software Stack

For the tutorials, our instructors have asked that you install the following software on the computer you will use in advance of the workshop:

  • Python 3
  • numpy
  • scipy
  • scikit-learn
  • astropy
  • h5py
  • matplotlib
  • jupyter and jupyter notebook
  • ipython
  • pillow
  • tensorflow
  • twine

If you're installing a new version of Python, we recommend using the Anaconda distribution - download the Python 3 version and install. Anaconda is a package manager that simplifies installing, updating, and maintaining packages. With Anaconda, you can install most of the required packages with the following command:

conda install numpy scipy scikit-learn astropy matplotlib jupyter notebook ipython pillow h5py twine

If you have questions or run into problems, don't hesitate to ask for help on Slack!

Clone this wiki locally