You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ the Selenium Python binding update might affect the Appium Python Client behavio
56
56
For example, some changes in the Selenium binding could break the Appium client.
57
57
58
58
>**Note**
59
-
> We strongly recommend you manage dependencies with version management tools such as Pipenv and requirements.txt
60
-
> to keep compatible version combinations.
59
+
> We strongly recommend you manage dependencies with version management tools such as
60
+
>[uv](https://docs.astral.sh/uv/) to keep compatible version combinations.
61
61
62
62
63
63
### Quick migration guide from v4 to v5
@@ -448,48 +448,47 @@ You have two methods to extend the read timeout.
448
448
449
449
### Setup
450
450
451
-
- `pip install --user pipenv`
452
-
- `python -m pipenv lock --clear`
453
-
- If you experience `Locking Failed! unknown locale: UTF-8` error, then refer [pypa/pipenv#187](https://github.com/pypa/pipenv/issues/187) to solve it.
454
-
- `python -m pipenv install --dev --system`
455
-
- `pre-commit install`
451
+
```bash
452
+
make install-uv
453
+
exec$SHELL
454
+
make sync-dev
455
+
```
456
456
457
457
### Run tests
458
458
459
459
You can run all of the tests running on CI via `tox`in your local.
0 commit comments