Most users should install PMLB from the Python Package Index (PyPI) using pip:

$ pip install pmlb

For access to new features or datasets that are not yet merged into an official release, you can instead install from the GitHub sources:

$ git clone https://github.com/EpistasisLab/penn-ml-benchmarks
$ cd penn-ml-benchamrks/
$ pip install .