This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new ce77d55396 docs(install): ubuntu default-libmysqlclient-dev (#19715)
ce77d55396 is described below
commit ce77d55396cad6428fcfa2fe6fe991514a16525e
Author: Cemre Mengu <[email protected]>
AuthorDate: Fri Apr 15 14:51:32 2022 +0300
docs(install): ubuntu default-libmysqlclient-dev (#19715)
add `default-libmysqlclient-dev` to required OS dependencies for ubuntu
---
docs/docs/installation/installing-superset-from-scratch.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx
b/docs/docs/installation/installing-superset-from-scratch.mdx
index d64db45a84..195f9cfd11 100644
--- a/docs/docs/installation/installing-superset-from-scratch.mdx
+++ b/docs/docs/installation/installing-superset-from-scratch.mdx
@@ -18,13 +18,13 @@ level dependencies.
The following command will ensure that the required dependencies are installed:
```
-sudo apt-get install build-essential libssl-dev libffi-dev python-dev
python-pip libsasl2-dev libldap2-dev
+sudo apt-get install build-essential libssl-dev libffi-dev python-dev
python-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
```
In Ubuntu 20.04 the following command will ensure that the required
dependencies are installed:
```
-sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
python3-pip libsasl2-dev libldap2-dev
+sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
python3-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
```
**Fedora and RHEL-derivative Linux distributions**