mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Change pip command to pip3
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user