You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,13 +195,17 @@ This method uses the modularized distributions from https://github.com/passagema
195
195
- Install the cutgeneratingfunctionology package using pip::
196
196
197
197
pip install ".[passagemath]"
198
+
199
+
- Start Sagemath preparsed enviroment::
198
200
199
-
- Start Python::
200
-
201
-
python3
201
+
sage
202
202
203
-
- At the Python prompt, type::
203
+
- At the Sage prompt, type::
204
204
205
205
import cutgeneratingfunctionology.igp as igp; from cutgeneratingfunctionology.igp import *
206
206
207
207
- Follow the instructions and examples in https://github.com/mkoeppe/cutgeneratingfunctionology/blob/master/demo.rst or https://github.com/mkoeppe/cutgeneratingfunctionology/blob/master/demo.ipynb .
208
+
209
+
- If the above does not work, ensure passagemath-repl is installed in the current environment::
0 commit comments