Skip to content

Commit 9ddb34a

Browse files
committed
Update python version in readme
1 parent 79525c7 commit 9ddb34a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Otherwise, ensure you have properly installed the following software:
9999
If you use conda, create a new env (or use an existing one) and install gdal and lisflood-utilities:
100100

101101
```bash
102-
conda create --name myenv python=3.7 -c conda-forge
102+
conda create --name myenv python=3.8 -c conda-forge
103103
conda activate myenv
104104
conda install -c conda-forge pcraster eccodes gdal
105105
pip install lisflood-utilities

src/lisfloodutilities/water-demand-historic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The script can be run on a normal desktop PC, support is provided only for Linux
7878
# Instructions
7979
Install main lisflood-utilities package in a conda environment:
8080
```bash
81-
conda create --name <env> python=3.7 -c conda-forge
81+
conda create --name <env> python=3.8 -c conda-forge
8282
conda activate <env>
8383
conda install -c conda-forge pcraster eccodes gdal
8484
pip install lisflood-utilities

0 commit comments

Comments
 (0)