Installation

Step 1: Clone the Repository

Using Git:

git clone https://github.com/diedrichsenlab/AnatSearchlight.git
cd AnatSearchlight

Or use GitHub Desktop.

Step 2: Install Python (≥ 3.9)

This project requires Python 3.9 or later.

Option B: Using system Python

Ensure that running:

python --version

reports version 3.9 or higher.

Step 3: Install Dependencies

Make sure you have the latest version of pip and then install the required packages:

pip install --upgrade pip
pip install -r requirements.txt