Installation

Contents

Installation#

Using pip#

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

pip install coupled_oscillator

Or clone the repository and install it locally:

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