Installation#

Follow these steps to install the project:

  1. Prerequisites: Ensure you have Python 3.9 or higher installed.

  2. Install from PyPI (Recommended):

    pip install swectral
    
  3. Install from source (for development):

    git clone https://github.com/siwei66/swectral.git
    cd swectral
    pip install -e swectral