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:
Clone the GitHub repository containing the project.
Install Pixi by running the following command in your terminal:
curl -fsSL https://pixi.sh/install.sh | sh
Activate the environment:
For standard use:
pixi shellFor development:
pixi shell -e dev
This setup ensures that all necessary dependencies are isolated and ready to use without additional configuration.