# Installation

BrainBeacon is currently available as a development version from GitHub.

You need to have **Python 3.10 or newer** installed on your system. We recommend installing BrainBeacon in a clean virtual environment to avoid dependency conflicts.

## Install from GitHub

```bash
pip install git+https://github.com/ChengmingZhang-CAS/BrainBeacon.git@main
````

## Local development (optional)

```bash
git clone https://github.com/ChengmingZhang-CAS/BrainBeacon.git
cd BrainBeacon
pip install -e .
```

