Source code
note: this contains the development version of CONN, including changes that have not been yet fully tested nor incorporated to the main release. If you want instead to download the latest main release of the CONN toolbox please follow this link
CONN source-code development version
To manually download and install the latest development version of CONN:
click on the CONN@GitHub link, 'select Code' and 'Download ZIP' to download the file conn-master.zip to your folder of choice (e.g. to the Applications folder)
Unzip the conn-master.zip file (that will create a folder named conn-master in the same location)
In Matlab command-window click on the button 'Set Path' and 'Add folder', and then select the folder conn-master (e.g. in the Applications folder)
To manually uninstall the development version of CONN:
In Matlab command-window click on the button 'Set Path', then select the conn-master folder and click on 'Remove'
(optionally) delete the files conn-master.zip and the folder conn-master (e.g. in the Applications folder)
If you have GIT installed on your machine you may also:
Download the latest development version of CONN using the following syntax: (change the software reference below to the desired installation folder in your local computer)
git clone https://github.com/alfnie/conn /software/conn
Update an existing CONN installation to the latest development version using the following syntax:
cd /software/conn
git pull