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 @@ -35,6 +35,13 @@ Python, which the EBCLI Installer depends on, requires the following prerequisit
```shell
Xcode openssl zlib readline
```

You also need to install `pyenv` which is not included above, to do so, use the following command on linux and mac (**Windows**: Please see their website https://github.com/pyenv/pyenv for installation instructions):

```shell
# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
```

------

Expand Down