Skip to content

Commit

Permalink
Setup repo (#1) (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Mar 11, 2024
1 parent 2fc5159 commit 261d7b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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

0 comments on commit 261d7b3

Please sign in to comment.