Skip to content

Installation

Follow these instructions to install MorningSun.

Prerequisites

  • Python 3.6 or higher
  • pip (Python package installer)

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/morning_sun.git
    cd morning_sun
    
  2. Install the package and dependencies:

    pip install .
    
  3. Verify the installation:

    python -c "import morning_sun; print('Installation successful!')"
    

You're now ready to use MorningSun!