Skip to main content
Ctrl+K
We are rolling out a new website! Check out the new features and let us know what you think.

NiBabel

  • Manual
  • Tutorials
  • Developer guide
  • DICOM concepts
  • API
  • GitHub
  • PyPI
  • Mailing List
  • License
  • Community
  • Manual
  • Tutorials
  • Developer guide
  • DICOM concepts
  • API
  • GitHub
  • PyPI
  • Mailing List
  • License
  • Community

Section Navigation

  • NiBabel Developer Guidelines
    • Working with nibabel source code
      • Introduction
      • Install git
      • Following the latest source
      • Making a patch
      • Git for development
        • Making your own copy (fork) of nibabel
        • Set up your fork
        • Configure git
        • Development workflow
        • Maintainer workflow
      • git resources
  • Core Developer Guide
  • Governance and Decision Making
  • Roadmap
  • BIAPs
    • BIAP 0 - Purpose and process
    • BIAP1 - Towards immutable images
    • BIAP2 - Slicecopy
    • BIAP3 - A JSON nifti header extension
    • BIAP4 - Merging nibabel and dcmstack
    • BIAP5 - A streamlines converter
    • BIAP6 - Identifying image axes
    • BIAP7 - Loading multiple images
    • BIAP8 - Always load image data as floating point
    • BIAP9 - The Coordinate Image API
    • BIAP X — Template and Instructions
  • Adding test data
  • How to add a new image format to nibabel
  • Developer discussions
    • Image use-cases in SPM
    • Keeping track of whether images have been modified since load
    • Scalefactors and intercepts
    • BrainVoyager file formats
  • A guide to making a nibabel release
  • Advanced Testing
  • Developer guide
  • NiBabel Developer Guidelines
  • Working with nibabel source code
  • Install git

Install git#

Overview#

Debian / Ubuntu

sudo apt-get install git-core

Fedora

sudo yum install git-core

Windows

Download and install msysGit

OS X

Use the git-osx-installer

In detail#

See the git page for the most recent information.

Have a look at the github install help pages available from github help

There are good instructions here: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

previous

Introduction

next

Following the latest source

On this page
  • Overview
  • In detail
Show Source

© Copyright 2006, NiBabel developers <neuroimaging@python.org>.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.17.0.