CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!--
4
5
install.xml IO_ForHomalg package documentation
6
7
Copyright 2010, Thomas Bächler, RWTH-Aachen University
8
Mohamed Barakat, University of Kaiserslautern
9
Max Neunhöffer, University St Andrews
10
Daniel Robertz, RWTH-Aachen University
11
12
This is the chapter of the documentation describing the installation.
13
14
-->
15
16
<Chapter Label="install">
17
<Heading>Installation of the &IO_ForHomalg; Package</Heading>
18
19
To install this package just extract the package's archive file to the
20
&GAP; <F>pkg</F> directory.<P/>
21
22
By default the &IO_ForHomalg; package is not automatically loaded by &GAP;
23
when it is installed. You must load the package with <Br/><Br/>
24
25
<C>LoadPackage</C>( "IO_ForHomalg" ); <Br/><Br/>
26
27
before its functions become available.<P/>
28
29
Please, send us an e-mail if you have any questions, remarks,
30
suggestions, etc. concerning this package. Also, we would be pleased
31
to hear about applications of this package. <Br/><Br/><Br/>
32
33
Thomas Bächler, Mohamed Barakat, Max Neunhöffer, and Daniel Robertz
34
35
<!-- ############################################################ -->
36
37
</Chapter>
38
39