From 964ffb4b84e08e0d914ac2dbf65d65f98a47f9cf Mon Sep 17 00:00:00 2001
From: Remy Decoupes <remy.decoupes@irstea.fr>
Date: Thu, 19 Dec 2019 23:35:21 +0100
Subject: [PATCH] reamde

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 140306f..887871b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 # Populate Data Lake
 The populating is done by using two scripts writing in python and R. These two languages have to be used because the functionalities offered by their libraries were of an unequal level of quality. Indeed, python offers an excellent library to interact with hdfs, while R has interesting modules to manage iso19115 metadata. In order to reduce the complexity generated by the concomitant use of these two languages, the R script has been encapsulated inside the python script. Thus, the administrator only needs to run the python script.
 
+# Run the script 
+```shell
+python3 src/main.py
+```
+
 ## Python : collect data and insert to Data Lake on data zone : HDFS Cluster
 ### Prerequisites
 Has to be run on python 3.6 with requirements found in python-requirements.txt
-- 
GitLab