Adds link to required system dependencies in README
This commit is contained in:
parent
8df7e88342
commit
942e422199
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ asdf plugin-add python https://github.com/tuvistavie/asdf-python.git
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of Python.
|
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)
|
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)
|
to build and install Python, check its [README](https://github.com/yyuu/pyenv/tree/master/plugins/python-build)
|
||||||
|
|
Loading…
Reference in a new issue