From c6e3f95f67c0041c29fe2642259f9c452d401a63 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 28 Aug 2018 10:25:51 -0400 Subject: [PATCH] Add readme step for installing build deps per wiki --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd51215482..736d2d3a1b 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,12 @@ easy to fork and contribute any changes back upstream. ```sh $ exec "$SHELL" ``` -5. **Install Python versions into `$(pyenv root)/versions`.** + +5. **Install Python build dependencies** before attempting to install a new Python version. The + [pyenv wiki](https://github.com/pyenv/pyenv/wiki) provides suggested installation packages + and commands for various operating systems. + +6. **Install Python versions into `$(pyenv root)/versions`.** For example, to download and install Python 2.7.8, run: ```sh $ pyenv install 2.7.8