Easy steps to install datalad package on Mac
Package Information:
Application Name – datalad
What is datalad – Not Available for datalad
Use of datalad – Data distribution geared toward scientific datasets
URL – https://www.datalad.org
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install datalad using brew
brew install datalad

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

datalad is ready to use now!