Skip to content

Commit 950a21a

Browse files
authored
docs: Clarification on which command to use on which Ubuntu version. (#30523)
1 parent bad48d0 commit 950a21a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/installation/pypi.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ level dependencies.
2222

2323
**Debian and Ubuntu**
2424

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:
2626

2727
```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
2929
```
3030

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:
3232

3333
```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
3535
```
3636

3737
**Fedora and RHEL-derivative Linux distributions**

0 commit comments

Comments
 (0)