GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!--34install.xml HomalgToCAS package documentation Mohamed Barakat5Thomas Breuer6Simon Goertzen7Frank Luebeck89Copyright (C) 2007-2009, Lehrstuhl B für Mathematik, RWTH-Aachen1011This is the chapter of the documentation describing the installation.1213-->1415<Chapter Label="install">16<Heading>Installation of the &HomalgToCAS; Package</Heading>1718To install this package just extract the package's archive file to the19&GAP; <F>pkg</F> directory.<P/>2021By default the &HomalgToCAS; package is not automatically loaded by &GAP;22when it is installed. You must load the package with <Br/><Br/>23<C>LoadPackage</C>( "HomalgToCAS" ); <Br/><Br/>24before its functions become available.<P/>2526Please, send me an e-mail if you have any questions, remarks,27suggestions, etc. concerning this package. Also, we would be pleased to28hear about applications of this package. <Br/><Br/><Br/>2930Mohamed Barakat, Thomas Breuer, Simon Görtzen, and Frank Lübeck3132<!-- ############################################################ -->3334</Chapter>353637