From f82292b7c82ffcbcca7a926dff74ce5d5ca8216d Mon Sep 17 00:00:00 2001 From: Kilian Vos Date: Wed, 16 Oct 2024 15:00:27 +1100 Subject: [PATCH] Update README.md update pyfes installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c95d5fdb..31efbe84 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Once you have it installed on your PC, open the Anaconda prompt (in Mac and Linu ``` conda create -n coastsat conda activate coastsat -conda install fbriol::pyfes -y +conda install -c conda-forge pyfes -y conda install -c conda-forge geopandas -y conda install -c conda-forge earthengine-api scikit-image matplotlib astropy notebook -y pip install pyqt5 imageio-ffmpeg