From 50bdced1213b01592bc0ac064dc7ea5260668312 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Sun, 15 Dec 2024 21:05:50 -0500 Subject: [PATCH] added conda installation instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c9b5bd90..e8b87a58 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,11 @@ How to use * Install pdfminer.six. ```bash pip install pdfminer.six + ``` + Alternatively, using conda: + ```bash + conda install pdfminer-six + ``` * (Optionally) install extra dependencies for extracting images.