File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ Tests are executed with `<run.py>`__ script. Run it with ``--help`` or see
5
5
its source to view the usage. Actual test cases and test libraries used by
6
6
them are in `<tests >`__ and `<libs >`__ directories, respectively.
7
7
8
- Running tests requires having both `Robot Framework `__ and
9
- `robotstatuschecker `__ installed. Running ``pip install robotstatuschecker ``
10
- ought to take care of installing both. Tests related to binary data require
11
- Robot Framework 2.8.4 or newer.
8
+ Running tests requires having both `Robot Framework `__ 2.8.4 or newer and
9
+ robotstatuschecker __ installed. Easiest way to install them is using pip __::
10
+
11
+ pip install 'robotframework>=2.8.4'
12
+ pip install robotstatuschecker
12
13
13
14
__ http://robotframework.org
14
15
__ https://pypi.python.org/pypi/robotstatuschecker
16
+ __ http://pip-installer.org
You can’t perform that action at this time.
0 commit comments