mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
chore: Python 3.8.15 is the most recent 3.8 (#78)
This commit is contained in:
parent
b041b0197d
commit
88373a1559
@ -32,12 +32,12 @@ To install the library, run `pip install unstructured`.
|
|||||||
* Using `pyenv` to manage virtualenv's is recommended
|
* Using `pyenv` to manage virtualenv's is recommended
|
||||||
* Mac install instructions. See [here](https://github.com/Unstructured-IO/community#mac--homebrew) for more detailed instructions.
|
* Mac install instructions. See [here](https://github.com/Unstructured-IO/community#mac--homebrew) for more detailed instructions.
|
||||||
* `brew install pyenv-virtualenv`
|
* `brew install pyenv-virtualenv`
|
||||||
* `pyenv install 3.8.13`
|
* `pyenv install 3.8.15`
|
||||||
* Linux instructions are available [here](https://github.com/Unstructured-IO/community#linux).
|
* Linux instructions are available [here](https://github.com/Unstructured-IO/community#linux).
|
||||||
|
|
||||||
* Create a virtualenv to work in and activate it, e.g. for one named `unstructured`:
|
* Create a virtualenv to work in and activate it, e.g. for one named `unstructured`:
|
||||||
|
|
||||||
`pyenv virtualenv 3.8.13 unstructured` <br />
|
`pyenv virtualenv 3.8.15 unstructured` <br />
|
||||||
`pyenv activate unstructured`
|
`pyenv activate unstructured`
|
||||||
|
|
||||||
* Run `make install-project-local`
|
* Run `make install-project-local`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user