Installation Guide#

You can install BIDS-Manager in two different ways: one-click installer (recommended) or manual installation (for advanced users).

Required dependencies?

Both installation methods include all the depencies required to run the GUI and helper scripts. All core requirements are version pinned in pyproject.toml to ensure consistent installations.

Manual Installation (advanced)#

1. Create a virtual environment

We strongly recommend using BIDS-Manager within a virtual environment to avoid conflicts with system dependencies. The One-click installer automatically creates and manages a virtual environment, meanwhile the Manual Installation requires you to create one manually. If you want to learn more about virtual environments, click here.

# Navigate to your target directory and create a virtual environment
python3 -m venv <env_name>

# Activate the virtual environment
source <env_name>/bin/activate
# On Windows: <env_name>\Scripts\activate

2. Install BIDS Manager from GitHub

pip install bids-manager

Installation completed! 🎉#

After the installation finishes, you will find two shortcuts on your desktop:

OS

Launch

Uninstall

Windows

run_bidsmanager.bat

uninstall_bidsmanager.bat

Linux

BIDS Manager (launcher)

Uninstal BIDS Manager (configuration file)