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.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,18 +52,18 @@ The application and tests use PostgreSQL. To start a local instance via Docker,
52
52
53
53
### Python
54
54
55
-
Python 3.5 is a minimum requirement and can be installed via `pyenv`:
55
+
Python 3.5.2 is a minimum requirement and can be installed via `pyenv`:
56
56
57
57
```
58
58
brew install pyenv
59
59
```
60
60
61
61
- After installing, ensure [`eval "$(pyenv init -)"` is added to your shell startup.](https://github.com/yyuu/pyenv/#homebrew-on-mac-os-x)
62
-
- Install and use Python 3.5:
62
+
- Install and use Python 3.5.2:
63
63
```
64
-
pyenv install 3.5.0
64
+
pyenv install 3.5.2
65
65
# if you have build issues, ensure Xcode CLI tools are installed:https://github.com/yyuu/pyenv/issues/451#issuecomment-151336786
66
-
python local 3.5.0 # use Python 3.5.0 in your current directory
66
+
pyenv local 3.5.2 # use Python 3.5.2 in your current directory
67
67
```
68
68
69
69
Or via your package manager. For example, on Debian Jessie:
0 commit comments