RST formatting fix for Installation docs (#5346)

This commit is contained in:
Zachary Friedman
2018-07-04 17:03:41 -04:00
committed by Maxime Beauchemin
parent 6f4a2e3505
commit 976e815a6e

View File

@@ -74,7 +74,7 @@ the required dependencies are installed: ::
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev
**Ubuntu 16.04** If you have python3.5 installed alongside with python2.7, as is default on **Ubuntu 16.04 LTS**, run this command also
**Ubuntu 16.04** If you have python3.5 installed alongside with python2.7, as is default on **Ubuntu 16.04 LTS**, run this command also: ::
sudo apt-get install build-essential libssl-dev libffi-dev python3.5-dev python-pip libsasl2-dev libldap2-dev