robintw / Py6S

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

Can the wavelength.py file be replaced by the newer in Master? #55

Closed qq2898 closed 4 years ago

qq2898 commented 4 years ago

I have installed Py6S in Anaconda, its wavelength.py file has only 1323 lines but the one in master is 1536 lines, can the older be replaced by the newer override directly? thank you!

robintw commented 4 years ago

Yes it can, alternatively you can install the master version of Py6S directly from github via pip (it will override the one you installed with Anaconda, but will use the anaconda dependencies):

pip install git+git://github.com/robintw/Py6S.git#egg=Py6S