Skip to content

Commit

Permalink
Merge pull request #38 from najascutellatus/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kthyng authored Feb 12, 2024
2 parents 9d2343c + 0645c3e commit 64bf542
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,21 @@ 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/pangeo-data/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:xoceanmodel/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/xoceanmodel/xroms
pip install git+https://github.com/xoceanmodel/xroms
```

0 comments on commit 64bf542

Please sign in to comment.