Skip to content

Commit

Permalink
fix pip install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Noah D. Brenowitz <[email protected]>
  • Loading branch information
nbren12 committed Jun 1, 2024
1 parent db406a3 commit 3abe3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Grids currently supported:

```
git clone https://github.com/NVlabs/earth2grid.git
pip install --no-build-isolation earth2-grid
pip install --no-build-isolation earth2grid
```

## Example
Expand Down
1 change: 1 addition & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $ curl -OJL https://github.com/NVlabs/earth2-grid/tarball/master
Once you have a copy of the source, you can install it with:

``` console
$ cd earth2grid
$ pip install --no-build-isolation .
```

Expand Down

0 comments on commit 3abe3ba

Please sign in to comment.