Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 870 Bytes

README.rst

File metadata and controls

24 lines (17 loc) · 870 Bytes

msinvar

SageMath package for computing various moduli space invariants

Installation

  • cd into the directory
  • pip install . (or make install)

Running the doctests

  • cd into the directory
  • pip install . (or make install)
  • sage -t msinvar (or make test)