From dddb220b9490ca80e0f7185a31dbb2a8fc86d054 Mon Sep 17 00:00:00 2001
From: Farzaneh Labbaf <farzaneh@lpbspc30.epfl.ch>
Date: Fri, 17 Mar 2023 13:18:24 +0100
Subject: [PATCH] Update python version in readme

---
 readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 051278c..3e8d2c7 100644
--- a/readme.md
+++ b/readme.md
@@ -33,7 +33,7 @@ Installation time is less than 5 minutes.
 3. Download the parameters for segmenting phase contrast images from: https://drive.google.com/file/d/1UTivmx_aEMpeGdOkCZO1CS9mcdJ3zmw2/view?usp=sharing. Put the file in the folder `/unet`.
 4. Download the parameters for segmenting bright-field images from: https://drive.google.com/file/d/1VYBzUtgLQcS-w6S9XpjGcSBacKyItYJ_/view?usp=sharing. Put the file in the folder `/unet`.
 5. If you don't have conda or miniconda installed, download it from https://docs.conda.io/en/latest/miniconda.html.
-6. In the command line, create a virtual environment with python 3.6.8 with the command `conda create -n YeaZ python=3.6.8`. 
+6. In the command line, create a virtual environment with python 3.6.8 with the command `conda create -n YeaZ python=3.9`. 
 7. Activate that environment using `conda activate YeaZ`. 
 8. Install the necessary packages using `pip install -r requirements.txt`.
 9. Run the program from your command line with `python GUI_main.py`
-- 
GitLab