@@ -21,9 +21,6 @@ Selenium2Library_ and then later renamed back to SeleniumLibrary.
2121See the Versions _ and History _ sections below for more information about
2222different 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
4441The recommended installation method is using pip _::
4542
46- pip install --pre -- upgrade robotframework-seleniumlibrary
43+ pip install --upgrade robotframework-seleniumlibrary
4744
4845Running this command installs also the latest Selenium and Robot Framework
4946versions, 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
5550Those migrating from Selenium2Library _ can install SeleniumLibrary so that
5651it is exposed also as Selenium2Library::
5752
58- pip install --pre -- upgrade robotframework-selenium2library
53+ pip install --upgrade robotframework-selenium2library
5954
6055The above command installs the normal SeleniumLibrary as well as a new
6156Selenium2Library version that is just a thin wrapper to SeleniumLibrary.
0 commit comments