Skip to content

Commit f91155a

Browse files
authored
Update README.md
Python version changed to >3.10 (previously 3.9) for conda environment setup
1 parent 755bc30 commit f91155a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ cd HTESP
8484
## Conda environment
8585
Make sure the conda is available either via miniconda or anaconda installation
8686

87-
conda create --name myenv python==3.9.12
87+
conda create --name myenv python==3.10.0 (Please use python version newer than 3.10)
8888

8989
source activate myenv
9090

0 commit comments

Comments
 (0)