Skip to content

Commit

Permalink
updated install process. pyfes was failing to install
Browse files Browse the repository at this point in the history
This fix was largely sourced from the issue raised in the pyfes GitHub issue tracker
  • Loading branch information
lachlanhurst committed Aug 3, 2023
1 parent 76d4763 commit e2efe15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ Clone the repository
git clone https://github.com/ausseabed/tide-tool.git
cd tide-tool

Create and activate python environment
Create, activate and update python environment

conda create -n tide-tool python=3.10
conda create -n tide-tool python=3.9
conda activate tide-tool
conda update --all -c conda-forge

Install pyfes (the AVISO FES library)

conda install -c fbriol pyfes
conda install pyfes -c fbriol -c conda-forge

Install the tide tool and its other python dependencies

Expand Down

0 comments on commit e2efe15

Please sign in to comment.