Skip to content

Commit b481662

Browse files
authored
Quick fix for INSTALL.rst (#874)
1 parent 461fe86 commit b481662

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALL.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Selenium2Library Installation
22
=============================
33

4+
5+
This document is currently out of date. If you need to install the latest
6+
stable version, then run::
7+
8+
pip install robotframework-selenium2library
9+
10+
If you need the alpha release, which supports Python 2 and 3, then run::
11+
pip uninstall -U --pre robotframework-seleniumlibrary
12+
13+
THe documentation will be fixed when the robotframework-seleniumlibrary
14+
is released.
15+
416
Preconditions
517
-------------
618

0 commit comments

Comments
 (0)