You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installing.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Quick Start
7
7
Use the following instructions to get up and running with ``unstructured`` and test your
8
8
installation.
9
9
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``
12
12
13
13
* 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.
0 commit comments