summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrichlloydmiles <richlloydmiles@gmail.com>2016-09-29 16:19:46 +0200
committerrichlloydmiles <richlloydmiles@gmail.com>2016-09-29 16:19:46 +0200
commit518f206799d28237c43babc7de01630f9d196b7e (patch)
tree89007ce7c2d302b38f5665b32da39bbaa105b93d /docs
parente6a71d2a3082f4a1128a59aa773ea9d651afc279 (diff)
downloadsaleor-frontend-518f206799d28237c43babc7de01630f9d196b7e.tar.gz
saleor-frontend-518f206799d28237c43babc7de01630f9d196b7e.tar.bz2
saleor-frontend-518f206799d28237c43babc7de01630f9d196b7e.zip
Added Posgresl to Prerequisites Doc
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 34e07844..5551e17f 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -24,6 +24,8 @@ Before you are ready to run Saleor you will need certain software installed on y
$ npm i webpack -g
+#. `posgresql <https://www.postgresql.org//>`_ version 2.5.4 or above
+
We also strongly recommend creating a virtual environment before proceeding with installation.