Skip to content

Commit 6fe371e

Browse files
committed
tuned atest/README.rst
1 parent fa23f77 commit 6fe371e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

atest/README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ Tests are executed with `<run.py>`__ script. Run it with ``--help`` or see
55
its source to view the usage. Actual test cases and test libraries used by
66
them are in `<tests>`__ and `<libs>`__ directories, respectively.
77

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
1213

1314
__ http://robotframework.org
1415
__ https://pypi.python.org/pypi/robotstatuschecker
16+
__ http://pip-installer.org

0 commit comments

Comments
 (0)