Update installing.rst (#590)

This commit is contained in:
Nicolas 2023-05-15 19:08:01 -07:00 committed by GitHub
parent bd6a8a3a40
commit c62bee48ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Quick Start
Use the following instructions to get up and running with ``unstructured`` and test your
installation.
* Install the Python SDK with ``"pip install unstructured[local-inference]"``
* Install the Python SDK with ``pip install "unstructured[local-inference]"``
* If you do not need to process PDFs or images, you can run ``pip install unstructured``
* 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.