Installation ============ Using pip ---------- The simplest way to install Cline is using pip: .. code-block:: bash pip install cline From Source ----------- You can also install directly from the source repository: .. code-block:: bash 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.