Skip to content

Commit d8653ab

Browse files
authored
tweak PyPi URLs and add a badge (appium#232)
1 parent 135ff14 commit d8653ab

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Appium Python Client
22
====================
33

4+
[![PyPI version](https://badge.fury.io/py/Appium-Python-Client.svg)](https://badge.fury.io/py/Appium-Python-Client)
5+
46
An extension library for adding [Selenium 3.0 draft](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html) and [Mobile JSON Wire Protocol Specification draft](https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile)
57
functionality to the Python language bindings, for use with the mobile testing
68
framework [Appium](https://appium.io).
@@ -9,14 +11,16 @@ framework [Appium](https://appium.io).
911

1012
There are three ways to install and use the Appium Python client.
1113

12-
1. Install from [PyPi](https://pypi.python.org/pypi), as
13-
['Appium-Python-Client'](https://pypi.python.org/pypi/Appium-Python-Client).
14+
1. Install from [PyPi](https://pypi.org), as
15+
['Appium-Python-Client'](https://pypi.org/project/Appium-Python-Client/).
1416

1517
```shell
1618
pip install Appium-Python-Client
1719
```
1820

19-
2. Install from source, via [PyPi](https://pypi.python.org/pypi). From ['Appium-Python-Client'](https://pypi.python.org/pypi/Appium-Python-Client),
21+
You can see the history from [here](https://pypi.org/project/Appium-Python-Client/#history)
22+
23+
2. Install from source, via [PyPi](https://pypi.org). From ['Appium-Python-Client'](https://pypi.org/project/Appium-Python-Client/),
2024
download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
2125

2226
```shell
@@ -39,7 +43,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
3943
The Appium Python Client is fully compliant with the Selenium 3.0 specification
4044
draft, with some helpers to make mobile testing in Python easier. The majority of
4145
the usage remains as it has been for Selenium 2 (WebDriver), and as the [official
42-
Selenium Python bindings](https://pypi.python.org/pypi/selenium) begins to
46+
Selenium Python bindings](https://pypi.org/project/selenium/) begins to
4347
implement the new specification that implementation will be used underneath, so
4448
test code can be written that is utilizable with both bindings.
4549

0 commit comments

Comments
 (0)