Installer-based Installation Guide#

This pathway is intended for users who want a packaged installation with minimal manual setup.

1. Download installer bundle#

Download and extract:

Included scripts:

OS

Script

How to run

Windows 10/11

install_MEGqc.bat

Double-click

Linux (x86)

install_MEGqc.sh

Make executable, then run

macOS (ARM/Apple Silicon)

install_MEGqc.command

Allow execution, then run

2. Platform notes#

Linux#

cd /path/to/installer
chmod +x install_MEGqc.sh
./install_MEGqc.sh

macOS#

If Gatekeeper blocks the script on first run:

  1. Double-click install_MEGqc.command.

  2. Open System Settings -> Privacy & Security.

  3. Click Open Anyway for the blocked script.

3. Launching and uninstalling#

Desktop shortcuts are created for launch and uninstall.

Desktop shortcuts

4. Installation paths#

  • Windows: C:\Users\<user>\MEGqc

  • Linux: /home/<user>/MEGqc

  • macOS: /Users/<user>/MEGqc

5. Optional manual environment activation#

  • Windows: \Users\<user>\MEGqc\env\Scripts\activate

  • Linux: source /home/<user>/MEGqc/env/bin/activate

  • macOS: source /Users/<user>/MEGqc/env/bin/activate

Continue with the Tutorial.