Sage >= 10.2
(Download from Github releases)
Ensure that sage
is added to your PATH
environment variable by typing sage -h
in your terminal. You should see something similar to the following prompt:
$ sage -h
SageMath version 10.2, Release Date: 2023-12-03
Running Sage:
file.[sage|py|spyx] -- run given .sage, .py or .spyx file
-c <cmd> -- evaluate cmd as sage code
...
- Open a sage session with
sage
at the root directory of the project. - Run:
load("load_all.sage"); load("demo.sage");
Refer to demo.sage
for an example.
- Complete utility classes to build the model.
- Complete an all-in-one script.
- Update README with steps.
- Add documentation for interface methods and usages.