Installation

To install and set up the Borealis control and acquisition software for X-ray emission and absorption spectrometers, follow these steps:

Clone the Repository

Start by cloning the repository to get a copy of the source code:

git clone https://github.com/avancra/Borealis.git
cd Borealis

Set Up the Environment

The required dependencies are listed in the env.yml file. You can create a conda environment using:

conda env create -f env.yml
conda activate borealis