fix(docs): Change postgres to postgresql in brew install command (#23202)

This commit is contained in:
Lyndsi Kay Williams
2023-02-25 20:34:25 -06:00
committed by GitHub
parent 7d4aee956e
commit 9e9f9dcae5

View File

@@ -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)).