*************
Installation
*************

.. _PyPI: https://pypi.org/project/scikit-uplift/
.. _source: https://github.com/maks-sh/scikit-uplift

**Install** the package by the following command from PyPI_:

.. code-block:: bash

    pip install scikit-uplift

Or install from source_:

.. code-block:: bash

    git clone https://github.com/maks-sh/scikit-uplift.git
    cd scikit-uplift
    python setup.py install