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 ------------