Skip to content

Commit

Permalink
docs: document installation process through conda
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Oct 5, 2024
1 parent daae3ae commit 094fb6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:alt: PyPI version

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/geetools?color=blue&logo=anaconda&logoColor=white
:target: https://anaconda.org/conda-forge/geetools
:target: https://github.com/conda-forge/geetools-feedstock
:alt: Conda-forge version

.. |build| image:: https://img.shields.io/github/actions/workflow/status/gee-community/geetools/unit.yaml?logo=github&logoColor=white
Expand Down
6 changes: 6 additions & 0 deletions docs/usage/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ the python package is available on `pypi <https://pypi.org/project/geetools/>`__
conda
-----

The python package is available on `conda <https://anaconda.org/conda-forge/geetools>`__ and can be installed using ``conda`` and the ``conda-forge`` channel:

.. code-block:: console
conda install -c conda-forge geetools
.. important::

A release of the package will be done on conda-forge along with v1.0.0.
Expand Down

0 comments on commit 094fb6b

Please sign in to comment.