소스 검색

Merge pull request #1209 from altendky/patch-1

Add readme step for installing build deps per wiki
pull/1144/head
Yamashita, Yuu 7 년 전
committed by GitHub
부모
커밋
5603eb51c9
No known key found for this signature in database GPG 키 ID: 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

불러오는 중...
취소
저장