mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 04:55:16 +08:00
27 lines
578 B
Plaintext
27 lines
578 B
Plaintext
.. _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: http://book.git-scm.com/2_installing_git.html
|
|
|
|
.. include:: links.inc
|