Installation for Triple-Axis Data Visualization (TAVI) development

  • Create and activate a virtual environment with [Pixi](https://pixi.sh/). Prerequisites: Pixi installation e.g. for Linux:

    $ curl -fsSL https://pixi.sh/install.sh | sh
    
  • Setup/Update the environment of Tavi (make sure you are in Tavi project folder where pyproject.toml is)

    $ pixi install
    
  • Activate pixi environment

    $ pixi shell
    
  • Start the tool

    $ Tavi