-
Notifications
You must be signed in to change notification settings - Fork 0
0. Getting started
Jonathan Monney edited this page Mar 5, 2024
·
7 revisions
This guide assumes little to no programming skills.
To get started with Voxeloc, open Matlab and in the "Command Window", enter the following set of commands.
- Navigate to the directory you wish to download Voxeloc to:
Note: replace "/My/Working/Directory" with the path to your preferred folder (eg: /Users/jonathan/github)
cd /My/Working/Directory- Download Voxeloc using this command
Note: git must be installed on your computer for this system command to work.
!git clone https://github.com/HumanNeuronLab/voxeloc.gitAlternatively, you can use GitHub Desktop by downloading it here and searching for the Voxeloc repository to install it.
- Enter this command to navigate into the Voxeloc folder
cd ./voxeloc- You may now run Voxeloc (its directory will automatically be added to your Matlab paths)
voxelocClick the link below for the next steps:
