robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
191 stars 105 forks source link

add conda-forge channel #33

Closed samsammurphy closed 6 years ago

samsammurphy commented 7 years ago

Installation of Py6S currently suggests that users create a conda environment everytime.

However, another alternative might be to add the conda-forge channel

conda config --add channels conda-forge conda install py6s

which allows py6s to be always available, without its own environment

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 3f7310d8690c56995658878a041247a30beba767 on master into on ToMerge.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 08f2f184b3efeebe5d7c3c33fefaa721dd80737c on master into on ToMerge.

j08lue commented 7 years ago

Almost all of these commits seem to be in master already and the conda-forge build implemented. I guess you can either merge or close this PR now... https://github.com/samsammurphy/Py6S/compare/master...robintw:master