Skip to content

Commit

Permalink
Update README to Python-3.10 (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-unstructured authored Aug 29, 2023
1 parent 86d7807 commit 2d5f931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ locally if you are planning to contribute to the project.
* Using `pyenv` to manage virtualenv's is recommended but not necessary
* Mac install instructions. See [here](https://github.com/Unstructured-IO/community#mac--homebrew) for more detailed instructions.
* `brew install pyenv-virtualenv`
* `pyenv install 3.8.17`
* `pyenv install 3.10`
* 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`:

`pyenv virtualenv 3.8.17 unstructured` <br />
`pyenv virtualenv 3.10 unstructured` <br />
`pyenv activate unstructured`

* Run `make install`
Expand Down

0 comments on commit 2d5f931

Please sign in to comment.