Fix documentation for PostgreSQL section

Change-Id: Ib7fc2c2a12ac18e4ce9611a55201872104c07503
This commit is contained in:
Dennis Dmitriev 2016-06-29 14:54:28 +03:00
parent db7af150bb
commit b62e9a84b3
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Devops installation in `virtualenv <http://virtualenv.readthedocs.org/en/latest/
.. code-block:: bash
sudo apt-get install --yes python-virtualenv libpq-dev libgmp-dev pkg-config
sudo apt-get install --yes python-virtualenv libgmp-dev pkg-config
2. In case you are using *Ubuntu 12.04* or *RHEL* let's update pip and virtualenv,
otherwise you can skip this step
@ -140,7 +140,7 @@ Install postgresql package:
.. code-block:: bash
sudo apt-get install --yes postgresql
sudo apt-get install --yes postgresql libpq-dev
Set local peers to be trusted by default, create user and db and load fixtures.