Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup repo #1

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2022, European Centre for Medium Range Weather Forecasts.
Copyright 2024, European Centre for Medium Range Weather Forecasts.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Install via `pip` with:
$ pip install earthkit-geo
```

<!--
More details, such as how to install any necessary binaries, can be found at https://earthkit-geo.readthedocs.io/en/latest/install.html.
Alternatively, install via `conda` with:
Expand All @@ -29,12 +30,12 @@ Alternatively, install via `conda` with:
$ conda install earthkit-geo -c conda-forge
```
This will bring in some necessary binary dependencies for you.
This will bring in some necessary binary dependencies for you. -->

## License

```
Copyright 2022, European Centre for Medium Range Weather Forecasts.
Copyright 2024, European Centre for Medium Range Weather Forecasts.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Install **earthkit-geo** with python3 (>= 3.8) and ``pip`` as follows:
python3 -m pip install earthkit-geo
Alternatively, install via ``conda`` with:
.. Alternatively, install via ``conda`` with:
.. code-block:: bash
.. .. code-block:: bash
conda install earthkit-geo -c conda-forge
.. conda install earthkit-geo -c conda-forge
Loading