File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,6 @@ Launch Redis:
45
45
46
46
docker-compose up -d redis
47
47
48
- Install test requirements:
49
-
50
- .. code-block :: shell
51
-
52
- pip install -r requirements-test.txt
53
-
54
48
Setup and activate a virtual-environment (we'll be using `virtualenv
55
49
<https://pypi.org/project/virtualenv/> `_):
56
50
@@ -71,9 +65,14 @@ Install development dependencies:
71
65
.. code-block :: shell
72
66
73
67
pip install -e .
74
- pip install -r requirements-test.txt
75
68
sudo npm install -g jshint stylelint
76
69
70
+ Install test requirements:
71
+
72
+ .. code-block :: shell
73
+
74
+ pip install -r requirements-test.txt
75
+
77
76
Install WebDriver for Chromium for your browser version from
78
77
https://chromedriver.chromium.org/home and Extract ``chromedriver `` to one
79
78
of directories from your ``$PATH `` (example: ``~/.local/bin/ ``).
You can’t perform that action at this time.
0 commit comments