Skip to content

Commit f82c423

Browse files
authored
Update README to suggest Python3 versions (#702)
* Update README to suggest Python3 versions As Python 2 is out of support, this updates the readme to suggest supported versions 3.6+ * Increase minimum recommended python version to match CI
1 parent ae8c32e commit f82c423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following prerequisites are required for all platforms. Be sure to add any
5252
directories to your PATH as needed.
5353

5454
- [CMake](https://cmake.org/), version 3.1, or newer
55-
- [Python2](https://www.python.com/), version of 2.7, or newer
55+
- [Python](https://www.python.com/), version of 3.7, or newer
5656
- [Abseil-py](https://github.com/abseil/abseil-py)
5757

5858
Note: Once python is installed you can use the following commands to install
@@ -97,7 +97,7 @@ Home brew can be used to install required dependencies:
9797
# https://github.com/protocolbuffers/protobuf/blob/master/kokoro/macos/prepare_build_macos_rc#L20
9898
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
9999
source $HOME/.rvm/scripts/rvm
100-
brew install cmake protobuf python2
100+
brew install cmake protobuf python3
101101
sudo chown -R $(whoami) /usr/local
102102
```
103103

0 commit comments

Comments
 (0)