Skip to content

🔧 Installation

Using the Pre-Built .exe

  1. Download the Latest Release: Go to the releases page and download the latest .exe file for your system.
  2. Run the Application: Once downloaded, simply double-click the .exe file to launch the app.

Optional: Running from Source Code

If you prefer to run the app from source, follow these steps:

  1. Make sure you have Python 3.13 (or higher) installed. You can download it from the official Python website.

  2. Clone the repository to your local machine

 git clone https://github.com/odhyp/sipd-ri.git
  1. Navigate to the project directory
cd sipd-ri
  1. Install Python dependencies
pip install -r requirements.txt
  1. Install Playwright and its browser binaries
playwright install
  1. Run the application
python main.py