Installing surface-dynamics#
There are several different ways to install sage-flatsurf on your machine. You can
extract our pixi tarball for Linux and macOS (recommended),
use our executable installer on Windows (recommended),
create a conda environment on Linux and macOS,
install surface-dynamics into an existing source build of SageMath,
or pip install surface-dynamics.
If you are having trouble with this or are on another operating system, please contact us. We’re thrilled about any new user of surface-dynamics and we’re very happy to help and in the process improve these installation instructions.
Install into SageMath#
If you are using a source build of SageMath or if you downloaded a SageMath binary, you can install surface-dynamics into SageMath. Note that this does not install all the optional dependencies of surface-dynamics so some computations might fail in this setup:
sage -pip install surface-dynamics
To uninstall surface-dynamics again later:
sage -pip uninstall surface-dynamics
Install from PyPI#
You can install surface-dynamics from PyPI if you installed sagelib as a Python package. Again, this does not come with the optional dependencies, so some computations might fail in this setup:
pip install --user surface-dynamics
To uninstall surface-dynamics again later:
pip uninstall --user surface-dynamics