You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
Python 3.5 is a minimum requirement and can be installed via `homebrew`:
67
+
Python 3.5 is a minimum requirement and can be installed via `pyenv`:
68
68
69
69
```
70
-
brew install python3
70
+
brew install pyenv
71
+
```
72
+
73
+
- After installing, ensure [`eval "$(pyenv init -)"` is added to your shell startup.](https://github.com/yyuu/pyenv/#homebrew-on-mac-os-x)
74
+
- Install and use Python 3.5:
75
+
```
76
+
pyenv install 3.5.0
77
+
# if you have build issues, ensure Xcode CLI tools are installed:https://github.com/yyuu/pyenv/issues/451#issuecomment-151336786
78
+
python local 3.5.0 # use Python 3.5.0 in your current directory
71
79
```
72
80
73
81
Or via your package manager. For example, on Debian Jessie:
0 commit comments