Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 10, 2024
1 parent f67ff4d commit 45c2171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ conda install -c conda-forge pypdf-table-extraction
After [installing the dependencies](https://pypdf-table-extraction.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 pypdf_table_extraction:

```bash
pip install pypdf-table-extraction[base]
pip install pypdf-table-extraction
```

### From the source code
Expand All @@ -94,7 +94,7 @@ and install using pip:

```
cd pypdf_table_extraction
pip install ".[base]"
pip install "."
```

## Documentation
Expand Down
6 changes: 3 additions & 3 deletions docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install pypdf_table_extraction from PyPI using ``pip``

.. code-block:: console
$ pip install "pypdf-table-extraction[base]"
$ pip install "pypdf-table-extraction"
conda
-----
Expand All @@ -44,8 +44,8 @@ You can install pypdf_table_extraction from source by:

.. code-block:: console
$ cd camelot
$ pip install ".[base]"
$ cd pypdf_table_extraction
$ pip install "."
.. tip::
You can still use the `ghostscript`` backend after After :ref:`installing the dependencies <install_deps>`.

0 comments on commit 45c2171

Please sign in to comment.