Skip to content

Commit

Permalink
Merge branch 'main' into issue-62
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam authored Dec 2, 2024
2 parents c28b9d2 + 8a4b17b commit b95977d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ or
Next, install the AWS commandline interface (CLI) by [following the appropriate
instructions for your platform](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).

Lastly, you will need to create & setup AWS credentials for yourself. The ways in which
this can be accomplished are detailed in the **AWS Credentials** section below.

## Assumptions

- Checksums are all SHA256
Expand All @@ -52,9 +55,9 @@ instructions for your platform](https://docs.aws.amazon.com/cli/latest/userguide
can be used to determine the padding added to x and y values.
- Date/time strings can be parsed using `datetime.fromisoformat`

## Installation
## Installation of MetGenC from GitHub

MetGenC can be installed from [PyPI](https://pypi.org/)
MetGenC can be installed from [PyPI](https://pypi.org/):

$ pip install nsidc-metgenc

Expand Down Expand Up @@ -166,7 +169,7 @@ Options:
--help Show this message and exit.
```

* Show summary information about an `metgenc` configuration file. Here we use the example configuration file provided in the repo:
* Show summary information about a `metgenc` configuration file. Here we use the example configuration file provided in the repo:

$ metgenc info --config example/modscg.ini

Expand Down

0 comments on commit b95977d

Please sign in to comment.