Skip to content

Commit

Permalink
Merge pull request pyenv#1209 from altendky/patch-1
Browse files Browse the repository at this point in the history
Add readme step for installing build deps per wiki
  • Loading branch information
yyuu authored Aug 28, 2018
2 parents 7190216 + c6e3f95 commit 5603eb5
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 5603eb5

Please sign in to comment.