Skip to content

Commit

Permalink
docs: add libsasl as system requirement on linux (#1257)
Browse files Browse the repository at this point in the history
* docs: add libsasl as system requirement on linux

* docs: add openldap as system dependencies on linux too

Fix #1256
  • Loading branch information
xrmx authored and mistercrunch committed Oct 5, 2016
1 parent e50b59e commit a8a1690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -24,13 +24,13 @@ Here's how to install them:
For **Debian** and **Ubuntu**, the following command will ensure that
the required dependencies are installed: ::

sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev

For **Fedora** and **RHEL-derivatives**, the following command will ensure
that the required dependencies are installed: ::

sudo yum upgrade python-setuptools
sudo yum install gcc libffi-devel python-devel python-pip python-wheel openssl-devel
sudo yum install gcc libffi-devel python-devel python-pip python-wheel openssl-devel libsasl2-devel openldap-devel

**OSX**, system python is not recommended. brew's python also ships with pip ::

Expand Down

0 comments on commit a8a1690

Please sign in to comment.