Add link to pyenv common build problems in README

This commit is contained in:
Jerome Doyle 2017-10-22 12:28:22 -05:00 committed by GitHub
parent 54de335e2d
commit f997c5157c

View file

@ -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.