mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 22:42:05 +00:00
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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user