Closes #2211: Removed Python 2 instructions from the installation docs

This commit is contained in:
Jeremy Stretch
2018-07-02 16:33:18 -04:00
parent 9d2c4257a6
commit 519b9773d6
6 changed files with 10 additions and 40 deletions

View File

@@ -7,13 +7,13 @@ This guide explains how to implement LDAP authentication using an external serve
On Ubuntu:
```no-highlight
sudo apt-get install -y python-dev libldap2-dev libsasl2-dev libssl-dev
sudo apt-get install -y libldap2-dev libsasl2-dev libssl-dev
```
On CentOS:
```no-highlight
sudo yum install -y python-devel openldap-devel
sudo yum install -y openldap-devel
```
## Install django-auth-ldap