From 414ef0fb38ff7a04a3937c5d8157d35dc47dc013 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Paulon?= <paulon@crans.org>
Date: Tue, 25 Feb 2020 10:50:22 +0100
Subject: [PATCH] =?UTF-8?q?Correction=20typos=20+=20ajout=20d'acl=20+=20pa?=
 =?UTF-8?q?ssage=20=C3=A0=20python3-venv?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ad9e62d9..5ae8a396 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ On supposera pour la suite que vous utiliser debian/ubuntu sur un serveur tout n
 1. Paquets nécessaires
 
         $ sudo apt install nginx python3 python3-pip python3-dev uwsgi
-        $ sudo apt install uwsgi-plugin-python3 python3-virtualenv git
+        $ sudo apt install uwsgi-plugin-python3 python3-venv git acl
 
 2. Clonage du dépot
 
@@ -29,8 +29,8 @@ On supposera pour la suite que vous utiliser debian/ubuntu sur un serveur tout n
 
    À la racine du projet:
 
-        $ virtualenv env
-        $ source /env/bin/activate
+        $ python3 -m venv env
+        $ source env/bin/activate
         (env)$ pip3 install -r requirements.txt
         (env)$ deactivate
 
-- 
GitLab