From 4d82b9cfe07c69f09879c51c491a33b5506f0082 Mon Sep 17 00:00:00 2001
From: HorlogeSkynet <sam.forestier@gmail.com>
Date: Wed, 31 May 2017 07:16:31 +0200
Subject: [PATCH] Fix' README.md for future new installs

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

diff --git a/README.md b/README.md
index 86d6282..0b655ac 100644
--- a/README.md
+++ b/README.md
@@ -9,27 +9,27 @@ A Cooperative Medical System
 * vim >= 8.0
 * python3 >= 3.5.1
 * pip3 >= 9.0.1
+* tkinter >= 8.6
 * openssl >= 1.1.0e-1
 * passlib >= 1.7.0-1
 * colorama >= 0.3.7
 
-→ `#  aptitude install git vim python3.5 python3.5-dev python3-pip openssl`
+→ `#  aptitude install git vim python3.5 python3.5-dev python3-pip python3-tk openssl`
 
 ### Optional
 
 * gcc >= 4.9.2
-* tkinter >= 8.6
 * simple-crypt >= 4.1.7
 * libvncserver >= 0.9.11
 * libsdl >= 1.2, < 2.0
 
-→ `#  aptitude install gcc python3-tk libvncserver-dev libsdl-dev`
+→ `#  aptitude install gcc libvncserver-dev libsdl-dev`
 
 ## How can I retrieve and run this project ?
 
 `$  git clone https://github.com/HorlogeSkynet/ACMS.git`  
 `$  cd ACMS/`  
-`#  pip3.5 install -r requirements.txt`  
+`#  pip3 install -r requirements.txt`  
 `$  chmod +x *.sh`  
 `$  ./setUpWorkingEnvironment.sh`  
 `$  ./runACMS.sh`