Change pip command to pip3

This commit is contained in:
Jeremy Stretch 2018-12-10 09:57:37 -05:00
parent 156da35076
commit 60dc9e9fc2

View File

@ -19,7 +19,7 @@ sudo yum install -y openldap-devel
## Install django-auth-ldap
```no-highlight
sudo pip install django-auth-ldap
pip3 install django-auth-ldap
```
# Configuration