summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatryk Zawadzki <patrys@room-303.com>2016-09-07 22:52:02 +0200
committerPatryk Zawadzki <patrys@room-303.com>2016-09-07 22:52:02 +0200
commit5899cc84a6bcd5a7ba9c176213c0c9f1baf0001e (patch)
tree119c01450590db5cdb6269be016e7d1d317fb35a /docs
parente1c802b8630d8e77d5942df4823c092145b74187 (diff)
downloadsaleor-frontend-5899cc84a6bcd5a7ba9c176213c0c9f1baf0001e.tar.gz
saleor-frontend-5899cc84a6bcd5a7ba9c176213c0c9f1baf0001e.tar.bz2
saleor-frontend-5899cc84a6bcd5a7ba9c176213c0c9f1baf0001e.zip
Mention wheel in the installation docs
Re #552
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst15
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 59499598..083b600d 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -6,10 +6,12 @@ Prerequisites
Before you are ready to run Saleor you will need certain software installed on your computer.
-#. `Python <https://www.python.org/>`_ version 3.5 or 2.7
+#. `Python <https://www.python.org/>`_ version 3.5.x or 2.7.x
#. `pip <https://pip.pypa.io/en/stable/installing/>`_ if you're using an older release of Python 2.7
+#. ``wheel`` Python package if you're using pip older than 8.1.2
+
#. `Node.js <https://nodejs.org/>`_ version 4 or above
.. note::
@@ -28,7 +30,7 @@ We also strongly recommend creating a virtual environment before proceeding with
Installation
------------
-#. Clone the repository (or use your fork):
+#. Clone the repository (or use your own fork):
.. code-block:: bash
@@ -53,11 +55,16 @@ Installation
.. note::
- Secret key has to be unique and must not be shared with anybody.
+ Secret key should be a unique string only your team knows.
+ It's serious as this key is used to ensure security of your installation.
+ Consult `Django's documentation <https://docs.djangoproject.com/el/1.10/ref/settings/#secret-key>`_ for details.
+
+ We try to provide usable default values for all of the settings.
+ We've decided not to provide a default for ``SECRET_KEY`` as we fear someone would inevitably ship a project with the default value left in code.
.. code-block:: bash
- $ export SECRET_KEY='mysecretkey'
+ $ export SECRET_KEY='<mysecretkey>'
#. Prepare the database: