(very preliminary test)

Install

# 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_dev_externals numpy scipy ipython fermitools
 
# Now you can activate
> source activate st_test

Known issues