Skip to main content
Ctrl+K
scikit-image's logo, showing a snake's head overlayed with green and orange

scikit-image

  • User guide
  • Examples
  • API reference
  • Release notes
  • Development
  • About
  • GitHub
  • PyPI
  • User guide
  • Examples
  • API reference
  • Release notes
  • Development
  • About
  • GitHub
  • PyPI

Section Navigation

  • How to contribute to scikit-image
  • Working with scikit-image source code
    • Introduction
    • Install git
    • Following the latest source
    • Making a patch
    • Git for development
      • Making your own copy (fork) of scikit-image
      • Set up your fork
      • Configure git
      • Development workflow
      • Maintainer workflow
    • git resources
  • Core Developer Guide
  • scikit-image proposals (SKIPS)
    • SKIP 0 — Purpose and Process
    • SKIP 1 — scikit-image governance and decision-making
    • SKIP 2 — scikit-image mission statement
    • SKIP 3 — Transitioning to scikit-image 1.0
    • SKIP 4 — Transitioning to scikit-image 2.0
    • SKIP X — Template and Instructions
  • Development
  • Working with scikit-image source code
  • Install git

Install git#

Overview#

Debian / Ubuntu

sudo apt-get install git

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://book.git-scm.com/book/en/v2/Getting-Started-Installing-Git

On this page
  • Overview
  • In detail
Show Source

© Copyright 2013-2024, the scikit-image team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.2.