Skip to content

Commit 9e9f9dc

Browse files
fix(docs): Change postgres to postgresql in brew install command (#23202)
1 parent 7d4aee9 commit 9e9f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/installation/installing-superset-from-scratch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ We don't recommend using the system installed Python. Instead, first install the
6161
[homebrew](https://brew.sh/) manager and then run the following commands:
6262

6363
```
64-
brew install readline pkg-config libffi openssl mysql postgres
64+
brew install readline pkg-config libffi openssl mysql postgresql
6565
```
6666

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

0 commit comments

Comments
 (0)