From 8b9144150be88337b663e794346f0ef678320102 Mon Sep 17 00:00:00 2001
From: Tatu Aalto Installation
SeleniumLibrary.
To install the last legacy Selenium2Library version, use this command instead:
pip install robotframework-selenium2library==1.8.0-
An alternative to using pip is getting the project source code either -from a source distribution at PyPI or by cloning the GitHub repository, -and installing the code using python setup.py install. This approach -does not install Selenium or other dependencies, so they need to be installed -separately.
+With resent versions of pip it is possible to install directly from the +GitHub repository. To install latest source from the master branch, use +this command:
+pip install git+https://github.com/robotframework/SeleniumLibrary.git+
Please note that installation will take some time, because pip will +clone the SeleniumLibrary project to a temporary directory and then +perform the installation.
See Robot Framework installation instructions for detailed information about installing Python and Robot Framework itself. For more details about using pip see its own documentation.