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 . ```