1 | initial version |
Hello,
For the first step: Just download the tarball, extract it into $SAGE_ROOT/local/gap/latest/pkg/. Then the following should work
$ sage -gap
GAP, Version 4.7.7 of 13-Feb-2015 (free software, GPL)
....
gap> LoadPackage("wedderga");
Loading Wedderga 4.3.3 (Wedderga)
...
true
At least, it works for me. Then, it can also be used from Sage
sage: gap('LoadPackage("wedderga")')
true
Vincent