From 61c0f25ef5f2cb459ab6fa2a73f138eb6e23c643 Mon Sep 17 00:00:00 2001 From: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com> Date: Sat, 23 Nov 2024 08:35:06 -0500 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 115fe2fb..5a99f1e4 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ Running `pyenv install -l` gives the list of all available versions. ----
Notes about python releases + **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,