Skip to content
Daniel R. Grayson edited this page Jun 16, 2014 · 26 revisions

How to use git with Macaulay2

To get the source code of Macaulay2, one "clones" our git repository with one of the following shell commands:

The source code will appear in a directory called M2; enter it with cd M2. There you can find the following items of interest:

  • Instructions for building Macaulay2: M2/INSTALL
  • Source code for the package Foo: the file M2/Macaulay2/packages/Foo.m2 and possibly the directory M2/Macaulay2/packages/Foo/ and its contents.
Clone this wiki locally