CLIMADA-project / climada_petals

See https://github.com/CLIMADA-project/climada_python first
GNU General Public License v3.0
22 stars 13 forks source link

Missing file required by the "climada_petals" installation guidelines #97

Closed aleeciu closed 9 months ago

aleeciu commented 9 months ago

Hi,

based on the installation guidelines of petals (https://climada-python.readthedocs.io/en/latest/guide/install.html#install-climada-petals-optional), one should do (second command line of step 3):

conda env update -n climada_env -f requirements/env_developer.yml

however, it seems to me there is no such env_developer.yml in the folder or am I missing something :-) ?

peanutfun commented 9 months ago

Correct! This was fixed in the latest version, see https://github.com/CLIMADA-project/climada_python/pull/786

aleeciu commented 9 months ago

cool, thanks