gammapy / PyGamma15

"Python for gamma-ray astronomy" workshop, MPIK Heidelberg, November 16-20, 2015
http://gammapy.github.io/PyGamma15
5 stars 19 forks source link

conda install instructions for gammapy tutorial #22

Closed cdeil closed 8 years ago

cdeil commented 8 years ago

@kingj90 - Telling people to do this with gammapy_pygamma15.yaml doesn't work:

$ conda env create -f gammapy_pygamma15.yaml
Fetching package metadata: ..........
Error: No packages found in current osx-64 channels matching: cairo 1.12.18 4

You have to restrict the list to packages to what's really needed, not all you have.

My suggestion would be that we just say "you need gammapy dev version and Sherpa" and help them afterwards to install this and improve instructions for conda. So for a lot of people it will be a demo, but @adonath and I can also show people how to do stuff.

cdeil commented 8 years ago

@zblz figured out a way to get it working and will update the README.