Usage ===== Installation ------------ To use grobnercrystals, first install it using pip: .. code-block:: console $ sage --pip install grobnercrystals Alternatively, grobnercrystals may be installed by running: .. code-block:: console $ sage --pip install git+https://github.com/LiberMagnum/grobnercrystals.git#egg=grobnercrystals The package can then be imported at the beginning of any SageMath script: .. code-block:: python import grobnercrystals Dependencies ------------ Details on installing SageMath may be found `here `__. Grobnercrystals requires a `Macaulay2 `__ installation; details on how to install Macaulay2 may be found `here `__. Grobnercrystals also requires the Macaulay2 package `"gfanInterface" `__. Grobnercrystals relies on numpy for many of its functions. Numpy may be installed by running: .. code-block:: console $ pip install numpy