From 3abe3ba6d9398384b94463ca997d14278e42b9d8 Mon Sep 17 00:00:00 2001 From: "Noah D. Brenowitz" Date: Fri, 31 May 2024 21:55:29 -0700 Subject: [PATCH] fix pip install instructions Signed-off-by: Noah D. Brenowitz --- README.md | 2 +- docs/installation.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dceaadc..943f589 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/installation.md b/docs/installation.md index d2121ac..39ed61d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 . ```