Welcome to the mdsage’s documentation!¶
mdsage is a package that contains all reusable SageMath functions I’ve written.
Installation¶
Local install from source
Download the source from the git repository:
$ git clone https://github.com/koffie/mdsage.git
$ cd mdsage
$ sage -pip install -v .
For convenience this package contains a makefile
with this
and other often used commands. Should you wish too, you can use the
shorthand:
$ make install
Usage
Once the package is installed, you can use it in Sage. To do so you have to import it with:
sage: from mdsage import answer_to_ultimate_question()
sage: answer_to_ultimate_question()
42