Skip to content

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.git

Alternatively, 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)
voxeloc

Click the link below for the next steps:

Static Badge

Clone this wiki locally