Browse Source

Put prerequisite for installation before install (#1750)

This prevents people from jumping the gun and trying to install a python version right after brew install.
pull/2028/head
Almenon 3 years ago
committed by GitHub
parent
commit
db939bbcfc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      README.md

+ 4
- 0
README.md View File

@ -167,6 +167,10 @@ We'd recommend to install pyenv-virtualenv as well if you have some plan to play
## Installation
### Prerequisites:
For pyenv to install python correctly you should [**install the Python build dependencies**](https://github.com/pyenv/pyenv/wiki#suggested-build-environment).
### Homebrew on macOS
1. Consider installing with [Homebrew](https://brew.sh)

Loading…
Cancel
Save