Installation
Installation proceeds as follows:
-
Install Pixi.
Pixi is used to easily manage mixed pip / conda dependencies commonly encountered in scientific software projects. Follow the installation steps described at this link. -
Clone the
nuremics-studiorepository.
This repository provides the central graphical front-end used to launch and manage nuRemics applications.git clone https://github.com/nuremics/nuremics-studio.gitgit clone git@github.com:nuremics/nuremics-studio.git -
Install the project using Pixi.
From the root of the repository, Pixi will resolve and install all required dependencies, creating a fully configured and reproducible development environment.pixi install