Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
najascutellatus authored Jan 11, 2023
1 parent 9778c5c commit 7a25b08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ 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 .
```
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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a25b08

Please sign in to comment.