From df296cbef194a798a3e08922abbef51436332331 Mon Sep 17 00:00:00 2001
From: Swastik Mishra <swastik.mishra@hhu.de>
Date: Tue, 24 Dec 2024 23:01:51 +0000
Subject: [PATCH] Update readme

---
 README.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/README.md b/README.md
index 2d42574..ebac1f4 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,3 @@ mamba env create -f mamba_packages.yml
 ```
 I use Mamba since it's faster than using regular Conda but if you use Conda just replace `mamba` with `conda` in the above command.
 
-The only other file you need to install is `xlsx2csv` using `pip`:
-```
-pip install xlsx2csv
-```
-- 
GitLab