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

Using pip
---------

SweepExp can be installed via pip (once published on PyPI):

.. code-block:: bash

    pip install sweepexp

Or clone the repository and install it locally:

.. code-block:: bash

    git clone https://github.com/Gordi42/sweepexp
    cd sweepexp
    pip install -e .

