We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a4236 commit b8d318cCopy full SHA for b8d318c
README.md
@@ -55,8 +55,12 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
55
- It generates readable changelog
56
- Setup
57
- `pip install --user pipenv`
58
- - `pipenv lock --clear`
59
- - `pipenv install --dev --system`
+ - `python -m pipenv lock --clear`
+ - If you experience the below error, then refer [pypa/pipenv#187](https://github.com/pypa/pipenv/issues/187) to solve it.
60
+ ```
61
+ Locking Failed! unknown locale: UTF-8
62
63
+ - `python -m pipenv install --dev --system`
64
- `pre-commit install`
65
66
## Run tests
0 commit comments