This guide explains how to install and run the KP Astrology Dashboard application on Windows and macOS.
The application requires Python 3.13.2 or later. The installation scripts will automatically install or upgrade Python if needed.
- Download the
KPAstrologyDashboard-Windows-Installer.batfile from the latest release - Double-click the downloaded
.batfile to run it - The installer will:
- Download the latest application package directly from GitHub
- Check if Python is installed (and install or upgrade it if necessary)
- Install all required packages
- Create a desktop shortcut for easy access
- Download the
KPAstrologyDashboard-macOS-Installer.commandfile from the latest release - Double-click the downloaded
.commandfile to run it- If you get a security warning, right-click (or control+click) the file and select "Open"
- The installer will:
- Download the latest application package directly from GitHub
- Check if Python is installed (and install or upgrade it via Homebrew if necessary)
- Install all required packages
- Create a desktop shortcut for easy access
- Download the
KPAstrologyDashboard-macOS-Installer.shfile from the latest release - Open Terminal and navigate to the directory containing the downloaded file
- Make the script executable with the command:
chmod +x KPAstrologyDashboard-macOS-Installer.sh - Run the script with:
./KPAstrologyDashboard-macOS-Installer.sh - The installer will perform the same operations as the clickable installer
If you prefer to install manually or if the installation scripts don't work for you:
- Download the source code directly from the latest release tag (replace v1.1.3 with the latest version)
- You can also download
KPAstrologyDashboard-[version].zipfrom the releases page if available
- You can also download
- Extract the ZIP file to a location of your choice
- Ensure Python 3.13.2 or later is installed on your system
- Open a terminal/command prompt and navigate to the extracted directory
- Install the required packages with:
pip install -r requirements.txt - Run the application with:
python main.py
-
Download Failure
- Ensure you have a stable internet connection
- Try downloading the files directly from the GitHub releases page
- If the installer can't download the source code, you can manually download it from the GitHub tags page
-
Python Installation Issues
- Windows: Try installing Python manually from python.org
- macOS: Ensure Homebrew is installed or install Python manually from python.org
-
Package Installation Errors
- Ensure you're connected to the internet
- Try running the installation with administrator privileges
- If specific packages fail, try installing them manually with
pip install [package-name]
-
Application Won't Start
- Check if Python is in your system PATH
- Ensure all dependencies are installed
- Try running the application from the command line to see detailed error messages
If you continue to experience issues, please:
- Check the GitHub Issues for known problems and solutions
- Create a new issue with details about your problem and system configuration
For additional help, please open an issue on GitHub.