X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=README;h=eb9fd9f95838fcbd21f71f0844ad2a6ee453444f;hb=HEAD;hp=7f98748b75bab0735321ff9dadd16d032dbaa73d;hpb=08e1c6e50346ebaa880ba3acd0048c90f1d7608d;p=sage.d.git diff --git a/README b/README index 7f98748..e7c660d 100644 --- a/README +++ b/README @@ -1,12 +1,11 @@ -My own personal library of Sage[1] code. +My personal library of SageMath code -It is intended to be loaded into every Sage session, or Python script -which imports the Sage library. Sage loads ~/.sage/init.sage upon -startup, so I've supplied a sample init.sage file which will load this -code from ~/src/sage/. +If you symlink it to ~/.sage/init.sage, the sample init.sage file will +load this stuff into your session when Sage starts. It assumes that +this repository lives at either ~/src/sage.d or ~/src/sage.d.git, but +that's easy to change. More likely though you will want to copy/paste +the relevant parts into your own personal (preexisting) init.sage. Newer versions of Sage don't load ~/.sage/init.sage during test mode, -so the imports in mjo/all.py will fail by default. However, as long as -the other modules don't rely on all.py, their tests should be fine. - -[1] http://www.sagemath.org/ +and all modules need to be imported explicitly. The test suite is +therefore a little tricky to run; but "make check" should work.