Skip to content

Commit 3149241

Browse files
authored
docs: add quotes to local-inference install instructions (#245)
1 parent f205e6f commit 3149241

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ about. Bricks in the library fall into three categories:
5454
Use the following instructions to get up and running with `unstructured` and test your
5555
installation.
5656

57-
- Install the Python SDK with `pip install unstructured[local-inference]`
57+
- Install the Python SDK with `pip install "unstructured[local-inference]"`
5858
- If you do not need to process PDFs or images, you can run `pip install unstructured`
5959
- Install the following system dependencies if they are not already available on your system.
6060
Depending on what document types you're parsing, you may not need all of these.

docs/source/installing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Quick Start
77
Use the following instructions to get up and running with ``unstructured`` and test your
88
installation.
99

10-
* Install the Python SDK with ``pip install unstructured[local-inference]``
11-
* If you do not need to process PDFs or images, you can run ``pip install unstructured``
10+
* Install the Python SDK with ``"pip install unstructured[local-inference]"``
11+
* If you do not need to process PDFs or images, you can run ``pip install unstructured``
1212

1313
* Install the following system dependencies if they are not already available on your system. Depending on what document types you're parsing, you may not need all of these.
1414
* ``libmagic-dev`` (filetype detection)

0 commit comments

Comments
 (0)