docs: add quotes to unstructured[local-inference] install instructions (#1208)

### Summary

Corrects the install instruction for local inference to `pip install
"unstructured[local-inference]"`
This commit is contained in:
Matt Robinson
2023-02-21 11:06:43 -05:00
committed by GitHub
parent 047231840d
commit 3d5f56a8a1
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ This page is broken into two parts: installation and setup, and then references
`unstructured` wrappers.
## Installation and Setup
- Install the Python SDK with `pip install unstructured[local-inference]`
- Install the Python SDK with `pip install "unstructured[local-inference]"`
- 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.
- `libmagic-dev`