Merge pull request #19 from fap-/patch-1

Closes #18 Link to system dependencies in README
This commit is contained in:
Daniel Perez 2017-09-16 22:26:29 +09:00 committed by GitHub
commit 54de335e2d

View file

@ -13,6 +13,7 @@ asdf plugin-add python https://github.com/tuvistavie/asdf-python.git
## Use
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of Python.
Please make sure you have the required [system dependencies](https://github.com/pyenv/pyenv/wiki#suggested-build-environment) installed before trying to install Python.
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)