XENON1T / pax

The XENON1T raw data processor [deprecated]
BSD 3-Clause "New" or "Revised" License
16 stars 17 forks source link

the installation instructions are maybe outdated #723

Open panManfredini opened 5 years ago

panManfredini commented 5 years ago

Hi,

I tried to install on two different machines: Ubuntu 18 and OpenSuse, and in both cases seems like I cannot get the right set of packages for the enviroment in conda. So that either ROOT or matplotlib, or whatever wont work.

So I went on midway and explicitly copied the URLs of one of the pax environments, this way we can make sure that the installed packages are exactly the same. This way it works out of the box.

The list is in attachment and to install it one can do:

conda create --name <env_name> --file pax_package_list

I suggest to modify installation instruction with the above. pax_package_list.txt

AndreScaffidi commented 4 years ago

Hi! Thanks so much for doing this. What version of conda did you use with your modified package list?