Explorar el Código

Change pip command to pip3

Jeremy Stretch hace 7 años
padre
commit
4e6652d811
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 
 ```no-highlight
-sudo pip install django-auth-ldap
+pip3 install django-auth-ldap
 ```
 
 # Configuration