From 54042accefc9bcbb4e13053ff75907308a16ed1d Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Wed, 14 Sep 2016 22:08:29 +0100 Subject: [PATCH] Update python readme with version numbers --- py/README.rst | 2 +- py/docs/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/README.rst b/py/README.rst index 1dc95960a8957..28505f2fd5b94 100644 --- a/py/README.rst +++ b/py/README.rst @@ -36,7 +36,7 @@ If you have `pip `_ on your system, you can simply pip install -U selenium -Alternately, you can download the source distribution from `PyPI `_ (e.g. selenium-3.0.0.b2.tar.gz), unarchive it, and run:: +Alternately, you can download the source distribution from `PyPI `_ (e.g. selenium-3.0.0.b3.tar.gz), unarchive it, and run:: python setup.py install diff --git a/py/docs/source/index.rst b/py/docs/source/index.rst index 9e358816dc933..41d4209102a6f 100644 --- a/py/docs/source/index.rst +++ b/py/docs/source/index.rst @@ -36,7 +36,7 @@ If you have `pip `_ on your system, you can simply pip install -U selenium -Alternately, you can download the source distribution from `PyPI `_ (e.g. selenium-3.0.0.b2.tar.gz), unarchive it, and run:: +Alternately, you can download the source distribution from `PyPI `_ (e.g. selenium-3.0.0.b3.tar.gz), unarchive it, and run:: python setup.py install