mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 07:35:18 +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:
parent
047231840d
commit
3d5f56a8a1
@ -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`
|
||||
|
@ -17,7 +17,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# # Install package\n",
|
||||
"!pip install unstructured[local-inference]\n",
|
||||
"!pip install \"unstructured[local-inference]\"\n",
|
||||
"!pip install \"detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2\"\n",
|
||||
"!pip install layoutparser[layoutmodels,tesseract]"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user