From 4e54fbb07519828df03eaeea6c88dfe0294449b3 Mon Sep 17 00:00:00 2001
From: lpbsscientist <lpbsscientist@gmail.com>
Date: Sat, 14 Aug 2021 20:53:19 +0200
Subject: [PATCH] SJR: latest fixes

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

diff --git a/readme.md b/readme.md
index 00327f6..eec7070 100644
--- a/readme.md
+++ b/readme.md
@@ -29,7 +29,7 @@ Installation time is less than 5 minutes.
 
 1. Clone this repository ("git clone https://github.com/lpbsscientist/YeaZ-GUI").
 2. Download the parameters for the neural network:
-3. Download the parameters for segmenting phase contrast images from: https://drive.google.com/file/d/1UTivmx_aEMpeGdOkCZO1CS9mcdJ3zmw2. Put the file in the folder `/unet`.
+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`. 
-- 
GitLab