GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
#
# Generate the manual using AutoDoc
#
LoadPackage("AutoDoc", "2014.03.04");
AutoDoc("PolymakeInterface" : scaffold := true,
autodoc := rec(
files := [
"doc/Intro.autodoc",
]
)
);
PrintTo("VERSION", PackageInfo("PolymakeInterface")[1].Version);
QUIT;