Go to file
2017-02-23 12:14:26 +09:00
bin Fix binary files mode 2017-02-22 17:07:51 +01:00
shims Avoid redownloading python-build, use asdf_dir instead of hard-coded path, close #11 2017-01-22 18:31:29 +09:00
.gitignore Avoid redownloading python-build, use asdf_dir instead of hard-coded path, close #11 2017-01-22 18:31:29 +09:00
.travis.yml Use local repository for tests 2017-02-23 12:14:26 +09:00
README.md Make asdf-python a wrapper of python-build 2016-08-30 15:25:56 +09:00

asdf-python

Build Status

Python plugin for asdf version manager

Install

asdf plugin-add python https://github.com/tuvistavie/asdf-python.git

Use

Check asdf readme for instructions on how to install & manage versions of Python.

Under the hood, asdf-python uses python-build to build and install Python, check its README for more information about build options.