First time here? Check out the FAQ!
answered 2015-06-21 20:13:47 +0100
Within your project directory ("~/") do the following commands:
mkdir .gap/pkg cd .gap/pkg wget package-name.tar.gz tar -zxf package-name.tar.gz
Start GAP
sage -gap
You're done.