Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.7 KB

install_git.md

File metadata and controls

59 lines (45 loc) · 1.7 KB

How to Process MRI Images:

  1. Beginner's Guide to Command-Line Interface
  2. Installation Instructions
  3. Preprocessing T1 images
  4. Hippocampus Segmentation


Linux

You can check to see if you have git installed already on your system:

#!console
$ git --version
git version 1.7.1
  • If you need to install:
#!console
# yum install git

Mac

  • Download the installer

  • Open (double click) the dmg file and then click on the pkg file to run the installer.

Windows