]> gitweb.michael.orlitzky.com - sage.d.git/blob - README
README: rewrite it, it was rather out-of-date
[sage.d.git] / README
1 My personal library of SageMath code
2
3 If you symlink it to ~/.sage/init.sage, the sample init.sage file will
4 load this stuff into your session when Sage starts. It assumes that
5 this repository lives at either ~/src/sage.d or ~/src/sage.d.git, but
6 that's easy to change. More likely though you will want to copy/paste
7 the relevant parts into your own personal (preexisting) init.sage.
8
9 Newer versions of Sage don't load ~/.sage/init.sage during test mode,
10 and all modules need to be imported explicitly. The test suite is
11 therefore a little tricky to run; but "make check" should work.