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

Using pip
---------

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

.. code-block:: bash

    pip install coupled_oscillator

Or clone the repository and install it locally:

.. code-block:: bash

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

