Merge pull request #21 from jeromedoyle/master

Add link to pyenv common build problems in README. Closes #20
This commit is contained in:
Daniel Perez 2017-10-23 12:59:35 +09:00 committed by GitHub
commit de03df224c

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.