Skip to content

Commit

Permalink
Add readme step for installing build deps per wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Aug 28, 2018
1 parent 7190216 commit c6e3f95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6e3f95

Please sign in to comment.