Installation
Using pip
The simplest way to install Cline is using pip:
pip install cline
From Source
You can also install directly from the source repository:
git clone https://github.com/yourusername/cline.git
cd cline
pip install -e .
Requirements
Cline has minimal dependencies:
Python 3.6+
NumPy
Matplotlib
These will be automatically installed when you install Cline using pip.