浏览代码

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年前
提交者 GitHub
父节点
当前提交
61c0f25ef5
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      README.md

+ 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,

正在加载...
取消
保存