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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,12 +289,13 @@ curl -X 'POST'
289
289
* Using `pyenv` to manage virtualenv's is recommended
290
290
* Mac install instructions. See [here](https://github.com/Unstructured-IO/community#mac--homebrew) for more detailed instructions.
291
291
* `brew install pyenv-virtualenv`
292
-
* `pyenv install 3.12`
292
+
* `pyenv install 3.12.11`
293
293
* Linux instructions are available [here](https://github.com/Unstructured-IO/community#linux).
294
294
295
295
* Create a virtualenv to work in and activate it, e.g. for one named `document-processing`:
296
296
297
-
`pyenv virtualenv 3.12 unstructured-api` <br />
297
+
`pyenv virtualenv 3.12.11
298
+
unstructured-api` <br />
298
299
`pyenv activate unstructured-api`
299
300
300
301
See the [Unstructured Quick Start](https://github.com/Unstructured-IO/unstructured#eight_pointed_black_star-quick-start) for the many OS dependencies that are required, if the ability to process all file types is desired.
0 commit comments