docs: fix ubuntu 20.04 installation instructions (#10888)

This commit is contained in:
Ville Brofeldt 2020-09-15 21:16:57 +03:00 committed by GitHub
parent 045335a687
commit 838a70ea8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -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**