Skip to content

Commit f1db459

Browse files
authored
update passsagemath use instructions (#88)
1 parent 6588a10 commit f1db459

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,17 @@ This method uses the modularized distributions from https://github.com/passagema
195195
- Install the cutgeneratingfunctionology package using pip::
196196

197197
pip install ".[passagemath]"
198+
199+
- Start Sagemath preparsed enviroment::
198200

199-
- Start Python::
200-
201-
python3
201+
sage
202202

203-
- At the Python prompt, type::
203+
- At the Sage prompt, type::
204204

205205
import cutgeneratingfunctionology.igp as igp; from cutgeneratingfunctionology.igp import *
206206

207207
- 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::
210+
211+
pip install passagemath-repl

0 commit comments

Comments
 (0)