From 5e327b855771a8e3f5a11e40830dc6444f613bbc Mon Sep 17 00:00:00 2001 From: sohang Date: Mon, 3 Mar 2025 10:49:05 +0530 Subject: [PATCH] pip install ghostscript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9bd80e4e..22ee5f18 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ conda install -c conda-forge camelot-py After [installing the dependencies](https://camelot-py.readthedocs.io/en/latest/user/install-deps.html) ([tk](https://packages.ubuntu.com/bionic/python/python-tk) and [ghostscript](https://www.ghostscript.com/)), you can also just use pip to install Camelot: ```bash +pip install ghostscript pip install "camelot-py[base]" ```