Skip to content

Commit b2ec54a

Browse files
[docs] Improved development installation instructions order
1 parent cff1f2b commit b2ec54a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/developer/installation.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ Launch Redis:
4545
4646
docker-compose up -d redis
4747
48-
Install test requirements:
49-
50-
.. code-block:: shell
51-
52-
pip install -r requirements-test.txt
53-
5448
Setup and activate a virtual-environment (we'll be using `virtualenv
5549
<https://pypi.org/project/virtualenv/>`_):
5650

@@ -71,9 +65,14 @@ Install development dependencies:
7165
.. code-block:: shell
7266
7367
pip install -e .
74-
pip install -r requirements-test.txt
7568
sudo npm install -g jshint stylelint
7669
70+
Install test requirements:
71+
72+
.. code-block:: shell
73+
74+
pip install -r requirements-test.txt
75+
7776
Install WebDriver for Chromium for your browser version from
7877
https://chromedriver.chromium.org/home and Extract ``chromedriver`` to one
7978
of directories from your ``$PATH`` (example: ``~/.local/bin/``).

0 commit comments

Comments
 (0)