This repository contains a simulation suite runnable either from source (Python) or via standalone executables for Windows and macOS.
git clone https://github.com/crnewell/RaidenWSimulations.git
cd RaidenWSimulations
python -m venv ./venv
-
Windows:
.\venv\Scripts\activate
-
macOS/Linux:
source venv/bin/activate
pip install -r requirements.txt
python main.py
💡 Note: Ensure you have Python 3.8+ installed. If dependencies or virtual environments are unfamiliar, consult Python's official venv guide.
- Windows: WindowsExecutable.zip
- macOS: MacExecutable.zip
- Unzip the downloaded file for your platform.
- Do not move the main executable (
main.exe
ormain.app
) or its accompanying folders/files.
-
Windows
- Double-click
main.exe
, or - Open Command Prompt in the extracted folder:
cd path\to\unzipped\folder main.exe
- Double-click
-
macOS
- Double-click
main.app
, or - Use Terminal:
cd /path/to/unzipped/folder open main.app
- Double-click
⚠️ macOS: You may need to approve the app in System Preferences → Security & Privacy the first time you run it.
To avoid confusion or execution errors:
- Keep all files in their original unzipped structure
- Avoid renaming or moving the
.exe
or.app
file or its dependencies