Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ pipenv install --dev

That was easy :)

<b>NOTE</b>: If you're on OSX, you may need to set the LOCALE's explcitly before running the `pipenv install` command.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed a little typo: explcitly -> explicitly
:p

<br/>Read more: https://github.com/pypa/pipenv/issues/187
```shell
$ export LANG=en_US.UTF-8
$ export LC_ALL=en_US.UTF-8
```

Now you can give the tests a whirl:

```python
Expand Down