Change pip command to pip3
This commit is contained in:
parent
7d4fa69595
commit
4e6652d811
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue