InstallationΒΆ

kaggler is available on PyPI, and can be installed from pip or source as follows:

From pip:

pip install kaggler

From source:

git clone https://github.com/jeongyoonlee/kaggler.git
cd kaggler
python setup.py build_ext --inplace
python setup.py install