.. _installation:

============
Installation
============

Automatic installation is available via ``pip``. 

.. code:: bash

    pip install raddefects

Alternatively, it can be installed for development purposes by cloning the GitHub repository.

.. code:: bash

    git clone https://github.com/hauck-as/radDefects
    cd radDefects
    pip install -e .
