============
Installation
============


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

From ``pip``:

.. code-block:: bash

    pip install kaggler

From source:

.. code-block:: bash

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