From 8f568a3ff88e010e510a4c710f6fbd8deae11878 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bertrand=20=20N=C3=89RON?= <bneron@pasteur.fr>
Date: Wed, 21 Sep 2022 15:45:32 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7f4f969..46adb1b 100644
--- a/README.md
+++ b/README.md
@@ -57,10 +57,10 @@ Then create your environement (to do only once)
 
 	# get the course materials 
 	git clone https://gitlab.pasteur.fr/hub-courses/scientific_python.git Scientific_Python_Course
-        cd Scientific_Python_Course
+    cd Scientific_Python_Course
 	
 	# install prerequisites
-        mamba install --file requirements.txt
+    mamba install --file requirements.txt
 
 To exit from the conda environment/mamba
 
-- 
GitLab