From 63091763f0316569ccd8911abc4d96a4c01272e8 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Mon, 10 Jun 2024 16:30:35 +0200
Subject: [PATCH] yet additional tuning - Nabil. I also added a new section
 (the last one) : Local execution

---
 Local-Without-Prediction/README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index 5c9aea8..9965b1b 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -1,7 +1,9 @@
 # Lab : Distributed Algorithm - Message Passing
 
 ## Overview
-This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker and executed locally. The algorithm will later be used as a backbone for distributed federated learning. This version only deals with message communication between neighbors: there is no training/learning. The messages will later represent the weight exchanges of local neural networks (NN) deployed on the nodes.
+This project implements a **Sockets** based distributed algorithm for communication between nodes. The code is designed to be containerised using Docker and executed locally. The algorithm will later be used as a backbone for distributed federated learning.
+
+This version only deals with message communication between neighbors: there is no training/learning. The messages will later represent the weight exchanges of local neural networks (NN) deployed on the nodes.
 
 
 ## Prerequisites
@@ -39,6 +41,10 @@ Where <num_nodes> is the number of nodes in your network.
 
 Replace the varibale `image` (line 3) with your previouly built container image.
 
+## Local execution
+
+    docker-compose up
+
 ## Troubleshooting
 - Check the container logs 
 - Ensure that all environment variables are correctly set and that the neighbors' file is correctly configured.
\ No newline at end of file
-- 
GitLab