Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can use conda environment to easily install dependencies.
* Create a conda env named "lisflood" and install dependencies:

```bash
conda create --name lisflood python=3.8 -c conda-forge
conda create --name lisflood python=3.10 -c conda-forge
conda activate lisflood
conda install -c conda-forge pcraster "gdal<=3.5.3"
```
Expand All @@ -51,7 +51,7 @@ git clone --single-branch --branch master https://github.com/ec-jrc/lisflood-cod
* **Install requirements into a python 3 conda env**

```bash
conda create --name lisflood python=3.8 -c conda-forge
conda create --name lisflood python=3.10 -c conda-forge
conda activate lisflood
conda install -c conda-forge pcraster "gdal<=3.5.3"
cd lisflood-code
Expand Down