Installation

In this section, you can find different way to install and use Brian2ROS :

Pip

Pixi

Setting Up the Pixi Environment for Brian2ROS

A preconfigured Pixi environment is available to simplify both development and casual use of Brian2ROS.

Steps to get started:

  1. Clone the GitHub repository containing the project.

  2. Install Pixi by running the following command in your terminal:

    curl -fsSL https://pixi.sh/install.sh | sh
    
  3. Activate the environment:

    • For standard use:

      pixi shell
      
    • For development:

      pixi shell -e dev
      

This setup ensures that all necessary dependencies are isolated and ready to use without additional configuration.

Docker