Skip to content

Commit 699e9ec

Browse files
committed
Update README.md
1 parent 6c72b2a commit 699e9ec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sample-code/examples/python/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ These are simple samples of how to use Python to run Appium tests. It is suggest
55

66
Sauce Labs examples require at least version 0.12 of the Appium Python Client, which includes the `appium.SauceTestCase` base class.
77

8+
Install appium client library:
9+
10+
```shell
11+
pip install Appium-Python-Client
12+
```
13+
814
Usage:
915

1016
```shell

0 commit comments

Comments
 (0)