From 0c1b9f3315f7c886f8884d81aa5a6ba3b77a0fa4 Mon Sep 17 00:00:00 2001
From: Robin <robin.mom@ens-lyon.fr>
Date: Fri, 20 Sep 2024 12:02:25 +0200
Subject: [PATCH] README.md: add dependencies description

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

diff --git a/README.md b/README.md
index 0e3f93f..c042064 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,11 @@
 
 start by executing the `src/init.sh` script
 small python software to handle dated file names
+
+## Dependencies
+The only dependencies for file_handle.py are `python3` and the `argspaste`
+
+```sh
+sudo install python3 pip3
+pip3 install argparse
+```
-- 
GitLab