Skip to content

Commit 34f854c

Browse files
authored
Update README to post 3.0 world
1 parent 145c8d3 commit 34f854c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Selenium2Library_ and then later renamed back to SeleniumLibrary.
2121
See the Versions_ and History_ sections below for more information about
2222
different versions and the overall project history.
2323

24-
The new SeleniumLibrary is currently in pre-release phase. The final
25-
SeleniumLibrary 3.0 release is planned for October.
26-
2724
.. image:: https://img.shields.io/pypi/v/robotframework-seleniumlibrary.svg?label=version
2825
:target: https://pypi.python.org/pypi/robotframework-seleniumlibrary
2926

@@ -43,19 +40,17 @@ Installation
4340

4441
The recommended installation method is using pip_::
4542

46-
pip install --pre --upgrade robotframework-seleniumlibrary
43+
pip install --upgrade robotframework-seleniumlibrary
4744

4845
Running this command installs also the latest Selenium and Robot Framework
4946
versions, but you still need to install `browser drivers`_ separately.
50-
Notice that the ``--pre`` option is needed to get the current SeleniumLibrary,
51-
not the `old SeleniumLibrary`_, until the final SeleniumLibrary 3.0 is
52-
released. The ``--upgrade`` option can be omitted when installing the
53-
library for the first time.
47+
The ``--upgrade`` option can be omitted when installing the library for the
48+
first time.
5449

5550
Those migrating from Selenium2Library_ can install SeleniumLibrary so that
5651
it is exposed also as Selenium2Library::
5752

58-
pip install --pre --upgrade robotframework-selenium2library
53+
pip install --upgrade robotframework-selenium2library
5954

6055
The above command installs the normal SeleniumLibrary as well as a new
6156
Selenium2Library version that is just a thin wrapper to SeleniumLibrary.

0 commit comments

Comments
 (0)