chore: Python 3.8.15 is the most recent 3.8 (#78)

This commit is contained in:
cragwolfe 2022-11-23 09:09:13 -08:00 committed by GitHub
parent b041b0197d
commit 88373a1559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`