chore(docs): add version for postgres when doing brew install (#24025)
This commit is contained in:
parent
422e21eb16
commit
2f33c477e9
|
|
@ -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)).
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ permissions associated with each role (e.g. by removing or adding permissions to
|
|||
associated with each role will be re-synchronized to their original values when you run
|
||||
the **superset init** command (often done between Superset versions).
|
||||
|
||||
A table with the permissions for these roles can be found at [/RESOURCES/STANDARD_ROLES.md](/RESOURCES/STANDARD_ROLES.md).
|
||||
A table with the permissions for these roles can be found at [/RESOURCES/STANDARD_ROLES.md](https://github.com/apache/superset/blob/master/RESOURCES/STANDARD_ROLES.mdd).
|
||||
|
||||
### Admin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue