From 7a25b0852c5e798a5007601b7475e601be374abd Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Wed, 11 Jan 2023 13:12:30 -0500 Subject: [PATCH 1/2] Update README.md I ran into some problems installing xroms with the directions in the README.md. It turns out that Github updated their security protocols a while back and so the installation guide needs to be updated. I made some very minor changes to the README.md in order for the installation be successful using the given instructions. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 542bbec..65d4487 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ You can choose to install with conda the optional dependencies for full function and to install optional dependency `xcmocean`: - pip install git+git://github.com/kthyng/xcmocean + pip install git+https://github.com/pangeo-data/xcmocean Then choose one of the following to install `xroms` from GitHub: 1. Clone `xroms` into a particular directory then install so that it is editable (`-e`) ``` - git clone git@github.com:hetland/xroms.git + git clone https://github.com/xoceanmodel/xroms.git cd xroms pip install -e . ``` @@ -80,7 +80,7 @@ Then choose one of the following to install `xroms` from GitHub: 1. Directly install `xroms` from github ``` - pip install git+git://github.com/hetland/xroms + pip install git+https://github.com/xoceanmodel/xroms ``` ### Optional additional installation for horizontal interpolation @@ -110,7 +110,7 @@ If you want to be able to horizontally interpolate with `xroms.interpll`, you sh 1. Install xESMF from github (pip version will not work) ``` - pip install git+git://github.com/pangeo-data/xESMF.git#egg=xESMF + pip install git+https://github.com/pangeo-data/xESMF.git#egg=xESMF ``` ### Recommended: Jupyter Lab extensions From 0645c3e2c4bc102b596737c4251168baa62074fc Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Mon, 12 Feb 2024 16:58:33 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f28bdf7..9fb5147 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,3 @@ Then choose one of the following to install `xroms` from GitHub: ``` pip install git+https://github.com/xoceanmodel/xroms ``` -