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
+30
Original file line number
Diff line number
Diff line change
@@ -175,3 +175,33 @@ D. Run in a standalone installation of the SageMath distribution (no conda)
175
175
import cutgeneratingfunctionology.igp as igp; from cutgeneratingfunctionology.igp import *
176
176
177
177
- 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 .
178
+
179
+
180
+
E. Run in Python (no installation of SageMath required)
- Install the cutgeneratingfunctionology package using pip::
196
+
197
+
pip install ".[passagemath]"
198
+
199
+
- Start Python::
200
+
201
+
python3
202
+
203
+
- At the Python prompt, type::
204
+
205
+
import cutgeneratingfunctionology.igp as igp; from cutgeneratingfunctionology.igp import *
206
+
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 .
0 commit comments