-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ruff-linting
- Loading branch information
Showing
5 changed files
with
27 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,24 @@ | ||
# Installation | ||
|
||
## Stable release | ||
|
||
To install Earth2 Grid Utilities, run this command in your | ||
terminal: | ||
|
||
``` console | ||
$ pip install earth2-grid | ||
``` | ||
|
||
This is the preferred method to install Earth2 Grid Utilities, as it will always install the most recent stable release. | ||
|
||
If you don't have [pip][] installed, this [Python installation guide][] | ||
can guide you through the process. | ||
|
||
## From source | ||
|
||
The source for Earth2 Grid Utilities can be downloaded from | ||
the [Github repo][]. | ||
|
||
You can either clone the public repository: | ||
|
||
``` console | ||
$ git clone git://github.com/waynerv/earth2-grid | ||
$ git clone git@github.com:NVlabs/earth2grid.git | ||
``` | ||
|
||
Or download the [tarball][]: | ||
|
||
``` console | ||
$ curl -OJL https://github.com/waynerv/earth2-grid/tarball/master | ||
$ curl -OJL https://github.com/NVlabs/earth2-grid/tarball/master | ||
``` | ||
|
||
Once you have a copy of the source, you can install it with: | ||
|
||
``` console | ||
$ pip install . | ||
$ pip install --no-build-isolation . | ||
``` | ||
|
||
[pip]: https://pip.pypa.io | ||
[Python installation guide]: http://docs.python-guide.org/en/latest/starting/installation/ | ||
[Github repo]: https://github.com/%7B%7B%20cookiecutter.github_username%20%7D%7D/%7B%7B%20cookiecutter.project_slug%20%7D%7D | ||
[tarball]: https://github.com/%7B%7B%20cookiecutter.github_username%20%7D%7D/%7B%7B%20cookiecutter.project_slug%20%7D%7D/tarball/master | ||
[Github repo]: https://github.com/NVlabs/earth2grid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters