Skip to content

Commit b6a2fad

Browse files
committed
chore: update installation instructions to use pip instead of setup.py
1 parent 5456ae5 commit b6a2fad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
2626
```shell
2727
tar -xvf Appium-Python-Client-X.X.tar.gz
2828
cd Appium-Python-Client-X.X
29-
python setup.py install
29+
pip install .
3030
```
3131

3232
3. Install from source via [GitHub](https://github.com/appium/python-client).
3333

3434
```shell
3535
git clone git@github.com:appium/python-client.git
3636
cd python-client
37-
python setup.py install
37+
pip install .
3838
```
3939

4040
## Compatibility Matrix

0 commit comments

Comments
 (0)