Skip to content

Installation

Installation proceeds as follows:

  1. Install Pixi
    Pixi is used to easily manage mixed PyPI and Conda dependencies commonly encountered in scientific software projects. Follow the installation steps described on the Pixi website.

  2. Clone the nuremics-studio repository
    This repository provides the central graphical front-end used to launch and manage nuRemics applications.

    git clone https://github.com/nuremics/nuremics-studio.git
    
    git clone git@github.com:nuremics/nuremics-studio.git
    
  3. 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