.. _installation: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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: .. code-block:: bash $ 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) .. code-block:: bash $ pixi install * Activate pixi environment .. code-block:: bash $ pixi shell * Start the tool .. code-block:: bash $ Tavi