Skip to content

Commit b8d318c

Browse files
authored
Add how to solve pipenv error to readme (#403)
* Add how to solve pipenv error to readme * review comments * tweak * review comments
1 parent 51a4236 commit b8d318c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
5555
- It generates readable changelog
5656
- Setup
5757
- `pip install --user pipenv`
58-
- `pipenv lock --clear`
59-
- `pipenv install --dev --system`
58+
- `python -m pipenv lock --clear`
59+
- 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`
6064
- `pre-commit install`
6165

6266
## Run tests

0 commit comments

Comments
 (0)