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


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

From ``pip``:

.. code-block:: bash

    pip install causalml

From source:

.. code-block:: bash

    git clone https://github.com/uber-common/causalml.git
    cd causalml
    python setup.py build_ext --inplace
    python setup.py install
