Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 51879b2

Browse files
Rob Hollandmboersma
authored andcommitted
doc(README): specify correct python version
1 parent 40c77c3 commit 51879b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ The application and tests use PostgreSQL. To start a local instance via Docker,
5252

5353
### Python
5454

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`:
5656

5757
```
5858
brew install pyenv
5959
```
6060

6161
- 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:
6363
```
64-
pyenv install 3.5.0
64+
pyenv install 3.5.2
6565
# 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
6767
```
6868

6969
Or via your package manager. For example, on Debian Jessie:

0 commit comments

Comments
 (0)