From e25ea7ae98d6d75739a12cd5a73bf86cf1c6051a Mon Sep 17 00:00:00 2001 From: Mathis DELAGE Date: Fri, 11 Oct 2024 15:53:40 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.MD'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 92f6957..4cbe493 100644 --- a/README.MD +++ b/README.MD @@ -7,6 +7,8 @@ Pour cela, lancez vdn, sur le réseau secure, et clonez le [dépôt](https://codefirst.iut.uca.fr/git/corentin.lemaire/FreakTP). Vous y trouverez un fichier **httpd.conf** (ex 2) et une image docker appelée **openssl-image** (pour l’exercice 3). Lancer les commandes suivantes à la racine du dépot pour la partie 3: ```bash +apt update +apt install python 3.11-venv python3 -m venv .venv source .venv/bin/activate/ pip3 install pycryptodome sympy