Skip to content

Commit

Permalink
update installation section & make license link absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jun 21, 2024
1 parent d47f749 commit 49b5c7c
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://signup.earthengine.google.com>`__.

conda
~~~~~
It can be installed with `pip <https://pip.pypa.io/>`_ or `conda <https://docs.anaconda.com/free/miniconda/>`_.

Under Windows, using ``conda`` is the easiest way to resolve binary dependencies. The
`Miniconda <https://docs.conda.io/en/latest/miniconda.html>`__ 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
~~~~~~~~~~~~~~
Expand Down Expand Up @@ -243,7 +239,7 @@ Example
License
-------

This project is licensed under the terms of the `Apache-2.0 License <LICENSE>`__.
This project is licensed under the terms of the `Apache-2.0 License <https://github.com/leftfield-geospatial/geedim/blob/main/LICENSE>`__.

Contributing
------------
Expand Down

0 comments on commit 49b5c7c

Please sign in to comment.