소스 검색
README: Fix Markdown in "Notes about python releases" (#3112)
HTML and Markdown need to be separated by an empty line to co-exist, otherwise the Markdown isn't parsed correctly.
pull/3113/head
Noelle Leigh
1 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
README.md
|
|
|
@ -310,6 +310,7 @@ Running `pyenv install -l` gives the list of all available versions. |
|
|
|
---- |
|
|
|
|
|
|
|
<details> <summary> Notes about python releases </summary> |
|
|
|
|
|
|
|
**NOTE:** Most Pyenv-provided Python releases are source releases and are built |
|
|
|
from source as part of installation (that's why you need Python build dependencies preinstalled). |
|
|
|
You can pass options to Python's `configure` and compiler flags to customize the build, |
|
|
|
|