Skip to content

Commit 461fe86

Browse files
committed
Update installation instructions
1 parent 7421966 commit 461fe86

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,26 @@ the popular Selenium_ tool internally. See the `keyword documentation`_
1818
for available keywords and `wiki`_ for some more general information
1919
about the library.
2020

21-
SeleniumLibrary is based on the `old SeleniumLibrary` that was forked to
21+
SeleniumLibrary is based on the `old SeleniumLibrary`_ that was forked to
2222
Selenium2Library and then later renamed back to SeleniumLibrary.
2323

24+
The new SeleniumLibrary is currently in pre-release phase. The final
25+
SeleniumLibrary 3.0 release is planned for early September.
26+
2427
Installation
2528
------------
2629

2730
The recommended installation method is using pip_::
2831

29-
pip install robotframework-seleniumlibrary
32+
pip install --pre robotframework-seleniumlibrary
33+
34+
Notice that ``--pre`` is needed to get the current SeleniumLibrary,
35+
not the `old SeleniumLibrary`_, until the final SeleniumLibrary 3.0
36+
is released.
37+
38+
To install the old Selenium2Library, use this command instead::
39+
40+
pip install robotframework-selenium2library
3041

3142
See `INSTALL.rst`_ for more details about installation.
3243

0 commit comments

Comments
 (0)