File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ level dependencies.
22
22
23
23
** Debian and Ubuntu**
24
24
25
- The following command will ensure that the required dependencies are installed:
25
+ In Ubuntu ** 20.04 and 22.04 ** the following command will ensure that the required dependencies are installed:
26
26
27
27
``` bash
28
- sudo apt-get install build-essential libssl-dev libffi-dev python -dev python -pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
28
+ sudo apt-get install build-essential libssl-dev libffi-dev python3 -dev python3 -pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
29
29
```
30
30
31
- In Ubuntu 20.04 the following command will ensure that the required dependencies are installed:
31
+ In Ubuntu ** before 20.04** the following command will ensure that the required dependencies are installed:
32
32
33
33
``` bash
34
- sudo apt-get install build-essential libssl-dev libffi-dev python3 -dev python3 -pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
34
+ sudo apt-get install build-essential libssl-dev libffi-dev python -dev python -pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
35
35
```
36
36
37
37
** Fedora and RHEL-derivative Linux distributions**
You can’t perform that action at this time.
0 commit comments