diff --git a/docs/installation.rst b/docs/installation.rst index 793c765b57..fe410da2f9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 ::