From 2b5667c3fa2f9a8d44edd3efb3d8bd31c49c38dd Mon Sep 17 00:00:00 2001
From: DUCHMANN LEO <leo.duchmann@etu.unistra.fr>
Date: Fri, 16 Dec 2022 11:32:27 +0000
Subject: [PATCH] Update installation.sh

---
 installation.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/installation.sh b/installation.sh
index d149858..a2589f5 100644
--- a/installation.sh
+++ b/installation.sh
@@ -1,5 +1,5 @@
 sudo apt install python3
 sudo apt install python3-pip
 pip install -r requirements.txt
-cd ../src/
-python3 T3.py
+cd src/
+python T3.py
-- 
GitLab