update readme

This commit is contained in:
rmaphoh
2023-06-05 19:47:06 +01:00
parent 80b8b9d143
commit 1ca2505aec
2 changed files with 2 additions and 40 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Keras version implemented by Yuka Kihara can be found [here](https://github.com/
Create enviroment with conda:
```
conda create -n retfound python=3.6.15 -y
conda create -n retfound python=3.7.5 -y
conda activate retfound
```