Skip to content

Commit

Permalink
fix(docs): Change postgres to postgresql in brew install command (#23202
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lyndsiWilliams committed Feb 26, 2023
1 parent 7d4aee9 commit 9e9f9dc
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 postgres
brew install readline pkg-config libffi openssl mysql postgresql
```

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 9e9f9dc

Please sign in to comment.