From 17b68de51abcf18003c1d5786dce87383a2b2973 Mon Sep 17 00:00:00 2001 From: Commandre Benjamin <benjamin.commandre@irstea.fr> Date: Tue, 10 Mar 2020 15:14:30 +0100 Subject: [PATCH] Modifs mineures --- README.md | 5 ++++- requirement.txt | 3 +++ main.py => telis.py | 0 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 requirement.txt rename main.py => telis.py (100%) diff --git a/README.md b/README.md index 6bed3bf..c24ca50 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -Programme de téléchargement des images Sentinel2 à partir d'un fichier vecteur représentant l'emprise ou de l'identifiant des tuiles S2 à télécharger. \ No newline at end of file +Programme de téléchargement des images Sentinel2 à partir d'un fichier vecteur représentant l'emprise ou de l'identifiant des tuiles S2 à télécharger. + +Exemple d'utilisation : + `python3 telis.py -config config.ini` \ No newline at end of file diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..ad832a9 --- /dev/null +++ b/requirement.txt @@ -0,0 +1,3 @@ +configparser +argparse +requests \ No newline at end of file diff --git a/main.py b/telis.py similarity index 100% rename from main.py rename to telis.py -- GitLab