We provide a 64-bit installer package which can be installed into 64-bit Windows 7, 8 and 10 systems.
The BornAgain graphical user interface doesn’t require any additional libraries to be installed on the system. You can start using the BornAgain application right after the installation. However, to use the framework via scripting you have to have a Python framework installed. To install and run BornAgain for the first time proceed with the following steps:
The BornAgain installation package for Windows 7, 8 and 10 can be downloaded from https://bornagainproject.org/ext/files/1.19/BornAgain-1.19.0-python3.9-win64.exe.
After downloading the installer, double click the .exe
file and follow the instructions on the screen.
To be able to run the BornAgain Python examples one has to have a Python interpreter installed on the system together with two additional packages: matplotlib
and numpy
.
This set of packages is known as the SciPy stack and for most users the easiest way to install it is to download one of the free Python distributions, which includes all the key packages. The list of possible options is given on the SciPy installation website.
For unexperienced users we recommend the Anaconda Python Distribution as an all-in-one installer.
Advanced users might find it easier (and much faster) to install Python directly from their main website
and then install the necessary dependencies matplotlib
and numpy
from the command line.
In this case, please follow our Manual Python installation instruction.
If you are experiencing problems while running BornAgain Python scripts please refer to the following tutorial.