This script requires some software to exist in your system.
gcc
g++
make
cmake
libgmp-dev
Please install these requirements before proceeding (e.g., using apt-get install if you are using Debian or Ubuntu).
The only caveat is GMP. If you are using DNF (e.g., if you are using Fedora linux), then the library is called gmp-devel.
The Docker image part of this is WIP.
Running make install_islpy will install islpy in the current environment.
Make sure you are in your intended virtual environment before calling make if you are using a virtual environment (recommended).
See variable ISLPY_VER in ./Makefile to check which version will be installed.