diff --git a/docs/index.html b/docs/index.html index 3ce15ec89..b24fa1194 100644 --- a/docs/index.html +++ b/docs/index.html @@ -65,11 +65,13 @@

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.