From 2d5f931c3f2f4c2648e7175cd1248cc3e0988dea Mon Sep 17 00:00:00 2001 From: Ronny H <138828701+ron-unstructured@users.noreply.github.com> Date: Tue, 29 Aug 2023 03:21:23 +0000 Subject: [PATCH] Update README to Python-3.10 (#1231) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e2e29413..dacd07dec 100644 --- a/README.md +++ b/README.md @@ -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`
+ `pyenv virtualenv 3.10 unstructured`
`pyenv activate unstructured` * Run `make install`