Skip to content

Commit

Permalink
update tools readme (#999)
Browse files Browse the repository at this point in the history
* update toiols readme

* update spellcheck word list

* Update README.rst

---------

Co-authored-by: Robbi Bishop-Taylor <Robbi.BishopTaylor@ga.gov.au>
  • Loading branch information
pindge and robbibt authored Jan 30, 2023
1 parent 3847388 commit 7500a0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/configs/spellcheck_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bandindices
bom
Brovey
changefilmstrips
conda
creativecommons
crophealth
CRSs
Expand Down
14 changes: 14 additions & 0 deletions Tools/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ Python functions and algorithms developed to assist in analysing Digital Earth A
Installation
------------

With conda
~~~~~~~~~~

.. code-block:: bash
wget -O conda-environment.yml https://raw.githubusercontent.com/opendatacube/datacube-core/develop/conda-environment.yml
mamba env create -f conda-environment.yml
conda activate cubeenv
Install dea-tools
~~~~~~~~~~~~~~~~~

Install the package from the source on any system with ``pip``:

.. code-block:: bash
Expand Down

0 comments on commit 7500a0a

Please sign in to comment.