Specified syntax for code blocks

This commit is contained in:
Jeremy Stretch
2016-11-30 12:01:45 -05:00
parent 9b8bae501b
commit 2986840755
6 changed files with 46 additions and 47 deletions

View File

@@ -7,19 +7,19 @@ built-in Django users in the event of a failure.
On Ubuntu:
```
```shell
sudo apt-get install -y python-dev libldap2-dev libsasl2-dev libssl-dev
```
On CentOS:
```
```shell
sudo yum install -y python-devel openldap-devel
```
## Install django-auth-ldap
```
```shell
sudo pip install django-auth-ldap
```