From f87898b143d2c81a16c43c40e18accf7fb4646de Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Fri, 25 Aug 2017 14:31:03 +0300 Subject: [PATCH] Quick fix for INSTALL.rst --- INSTALL.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/INSTALL.rst b/INSTALL.rst index 860612bbd..7f6253556 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1,6 +1,18 @@ Selenium2Library Installation ============================= + +This document is currently out of date. If you need to install the latest +stable version, then run:: + + pip install robotframework-selenium2library + +If you need the alpha release, which supports Python 2 and 3, then run:: + pip uninstall -U --pre robotframework-seleniumlibrary + +THe documentation will be fixed when the robotframework-seleniumlibrary +is released. + Preconditions -------------