Skip to content

simnibs/simnibs-installer

Repository files navigation

SimNIBS Installer (DEPRECATED)

Installer for SimNIBS. THIS INSTALLER IS DEPRECATED. PLEASE GO TO www.simnibs.org for information on how to install the latest SimNIBS versions.

Build Status

Linux Windows MacOS
Build Status Build Status Build Status

Compiling Locally

I don't recommend compiling locally, as the builds in Azure already use old OS versions to maximize compatibility

SimNIBS installer is meant to be compiled to a binary using PyInstaller, and the binary shipped to the final user. The installer depends on Python >= 3.6 PyQt5 and Requests.

Linux/OSX

pip install -r requirements.txt
bash compile.sh

Windows

pip install -r requirements.txt
compile.cmd

The compiled binary can be found in the dist/ folder

License

GPL V3