mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(docs): Change postgres to postgresql in brew install command (#23202)
This commit is contained in:
committed by
GitHub
parent
7d4aee956e
commit
9e9f9dcae5
@@ -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)).
|
||||
|
||||
Reference in New Issue
Block a user