From 49b5c7cccddcad21d0f08fa773b324a32f415f7f Mon Sep 17 00:00:00 2001 From: Dugal Harris Date: Fri, 21 Jun 2024 15:59:50 +0200 Subject: [PATCH] update installation section & make license link absolute --- README.rst | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 51b8037..51ffd95 100644 --- a/README.rst +++ b/README.rst @@ -87,28 +87,24 @@ compositing are supported on the following collections: Installation ------------ -Requirements -~~~~~~~~~~~~ - ``geedim`` is a python 3 package, and requires users to be registered with `Google Earth Engine `__. -conda -~~~~~ +It can be installed with `pip `_ or `conda `_. -Under Windows, using ``conda`` is the easiest way to resolve binary dependencies. The -`Miniconda `__ installation provides a minimal ``conda``. +pip +~~~ .. code:: shell - conda install -c conda-forge geedim + pip install geedim -pip -~~~ +conda +~~~~~ .. code:: shell - pip install geedim + conda install -c conda-forge geedim Authentication ~~~~~~~~~~~~~~ @@ -243,7 +239,7 @@ Example License ------- -This project is licensed under the terms of the `Apache-2.0 License `__. +This project is licensed under the terms of the `Apache-2.0 License `__. Contributing ------------