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]" ```