Переглянути джерело

Add readme step for installing build deps per wiki

pull/1209/head
Kyle Altendorf 7 роки тому
committed by GitHub
джерело
коміт
c6e3f95f67
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 6 додано та 1 видалено
  1. +6
    -1
      README.md

+ 6
- 1
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

Завантаження…
Відмінити
Зберегти