Installation¶
Follow these instructions to install MorningSun.
Prerequisites¶
- Python 3.6 or higher
pip
(Python package installer)
Steps¶
-
Clone the repository:
git clone https://github.com/yourusername/morning_sun.git cd morning_sun
-
Install the package and dependencies:
pip install .
-
Verify the installation:
python -c "import morning_sun; print('Installation successful!')"
You're now ready to use MorningSun!