From f997c5157c609d4b8ac50fa4c0e049fe3df553b9 Mon Sep 17 00:00:00 2001 From: Jerome Doyle Date: Sun, 22 Oct 2017 12:28:22 -0500 Subject: [PATCH] Add link to pyenv common build problems in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63456ef..8354646 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,5 @@ Please make sure you have the required [system dependencies](https://github.com/ Under the hood, asdf-python uses [python-build](https://github.com/yyuu/pyenv/tree/master/plugins/python-build) to build and install Python, check its [README](https://github.com/yyuu/pyenv/tree/master/plugins/python-build) -for more information about build options. +for more information about build options and the [common build problems](https://github.com/pyenv/pyenv/wiki/Common-build-problems) wiki page for any issues encountered during installation of python versions. +