Skip to content

Commit

Permalink
chore(docs): add version for postgres when doing brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed May 11, 2023
1 parent d96b72d commit 937ae67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ We don't recommend using the system installed Python. Instead, first install the
[homebrew](https://brew.sh/) manager and then run the following commands:

```
brew install readline pkg-config libffi openssl mysql postgresql
brew install readline pkg-config libffi openssl mysql postgresql@14
```

You should install a recent version of Python (the official docker image uses 3.8.16). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)).
Expand Down

0 comments on commit 937ae67

Please sign in to comment.