From 0cd033fc24943e42632efd219b4fe8a15656c7ed Mon Sep 17 00:00:00 2001
From: Clement Remi <remi.clement@irstea.fr>
Date: Sun, 13 Nov 2022 20:42:07 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 00e5f99d..5213ebbe 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@ Development of a low-cost multi-electrodes resistivity meter for electrical resi
 
 ## Installation
 
-
 All dependencies are specified in *requirements.txt*
 
 **Note:** all instructions below should be typed in the terminal
@@ -22,6 +21,13 @@ We strongly recommend users to create a virtual environment to run the code and
 *  you should run you code within the virtual environment
 *  to leave the virtual environment simply type: `deactivate`
 
+## First run with four electrodes
+
+In the examples folder, you will find the code "simple_measurement.py".
+
+Running this code, in Thonny (IDE) or in the terminal, will allow you to make a simple 4 electrodes measurement A B M N.
+
+
 ## Citing Ohmpi
 
 If you use Ohmpi for you work, please cite [this paper](https://www.sciencedirect.com/science/article/pii/S2468067220300316) as:
-- 
GitLab