Ver Fonte

Change pip command to pip3

Jeremy Stretch há 7 anos atrás
pai
commit
4e6652d811
1 ficheiros alterados com 1 adições e 1 exclusões
  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