Browse Source

Change pip command to pip3

Jeremy Stretch 7 years ago
parent
commit
4e6652d811
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation/4-ldap.md

+ 1 - 1
docs/installation/4-ldap.md

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