docs: fix ubuntu 20.04 installation instructions (#10888)
This commit is contained in:
parent
045335a687
commit
838a70ea8d
|
|
@ -157,7 +157,7 @@ the required dependencies are installed: ::
|
|||
|
||||
**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 python-pip libsasl2-dev libldap2-dev
|
||||
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev
|
||||
|
||||
otherwise build for ``cryptography`` fails.
|
||||
|
||||
|
|
|
|||
|
|
@ -22,11 +22,10 @@ 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
|
||||
```
|
||||
|
||||
In Ubuntu 18.04 If you have python3.6 installed alongside with python2.7 (which is default on Ubuntu
|
||||
18.04), run this command also:
|
||||
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.6-dev python-pip libsasl2-dev libldap2-dev
|
||||
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev
|
||||
```
|
||||
|
||||
**Fedora and RHEL-derivative Linux distributions**
|
||||
|
|
|
|||
Loading…
Reference in New Issue