We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5456ae5 commit b6a2fadCopy full SHA for b6a2fad
1 file changed
README.md
@@ -26,15 +26,15 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
26
```shell
27
tar -xvf Appium-Python-Client-X.X.tar.gz
28
cd Appium-Python-Client-X.X
29
- python setup.py install
+ pip install .
30
```
31
32
3. Install from source via [GitHub](https://github.com/appium/python-client).
33
34
35
git clone git@github.com:appium/python-client.git
36
cd python-client
37
38
39
40
## Compatibility Matrix
0 commit comments