From 33765abef36454de3b940c06764621f890c93cf8 Mon Sep 17 00:00:00 2001 From: Noelle Leigh <5957867+noelleleigh@users.noreply.github.com> Date: Sat, 23 Nov 2024 08:30:28 -0500 Subject: [PATCH] README: Fix Markdown in "Notes about python releases" 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,