Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# Get anaconda or miniconda on your own, then:
> conda create --name st_test -c conda-forge python=2
 
# Do not activate the environment yet, do this first:
> conda install --name st_test -c conda-forge -c fermi_condadev_forgeexternals numpy scipy ipython fermitools
 
# Now you can activate
> source activate st_test

...