diff --git a/README.md b/README.md
index 2d42574061a320fcbd2083468b70737dcd8a5485..ebac1f44263f56815ce04fafb0489aa6700d3038 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
-```