Installer for SimNIBS. THIS INSTALLER IS DEPRECATED. PLEASE GO TO www.simnibs.org for information on how to install the latest SimNIBS versions.
Linux | Windows | MacOS |
---|---|---|
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.
pip install -r requirements.txt
bash compile.sh
pip install -r requirements.txt
compile.cmd
The compiled binary can be found in the dist/ folder
GPL V3