COSIMA / regional-mom6

Automatic generation of regional configurations of the Modular Ocean Model 6 (MOM6) in Python
https://regional-mom6.readthedocs.io/en/latest
MIT License
22 stars 11 forks source link

Add conda-forge and pypi badges + update installation instructions #149

Closed navidcy closed 5 months ago

navidcy commented 5 months ago

Closes #6 !!

navidcy commented 5 months ago

@angus-g, I'm trying to update the installation instructions.

Question: still after merging in conda-forge, to install regional-mom6 we need to first install esmpy or now conda install conda-forge::regional-mom6 will deal with everything?

angus-g commented 5 months ago

No, the conda method will pull in all the required dependencies.

navidcy commented 5 months ago

But the pip method won't, right?

angus-g commented 5 months ago

Correct, as noted in the xesmf docs: https://xesmf.readthedocs.io/en/latest/installation.html#notes-about-esmpy

navidcy commented 5 months ago

OK, gotcha! Let me update the instructions to reflect this and I'll ping you to review this PR.

navidcy commented 5 months ago

have a look whenever you can @angus-g -- thanks!

navidcy commented 5 months ago

OK, done with everything!