Skip to content

Commit 959169a

Browse files
committed
Update installation instructions to mention -m robot
1 parent ac28d1d commit 959169a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ Python, and examples below illustrate using them also with other interpreters.
598598

599599
.. sourcecode:: bash
600600

601-
# Run tests with Python by executing `robot.run` module.
602-
python -m robot.run
601+
# Run tests with Python by executing `robot` module. On Python 2.6 the earlier alternative `robot.run` can be used
602+
python -m robot
603603

604604
# Run tests with Jython by running `robot/run.py` script.
605605
jython path/to/robot/run.py

0 commit comments

Comments
 (0)