aGrUM  0.13.2
How to install aGrUM

Installation

aGrUM is in heavy developpement. Do not hesitate to have a look at http://agrum.lip6.fr to see which version you should use.

To install aGrUm :

git clone git@gitlab.com:agrumery/aGrUM.git

To test aGrUM, you could run (quite long)

act test release agrum -t all

To install aGruM, you classically have the choice between :

  • system-wide installation : using root privilege
    * sudo act install release agrum
    * 
  • user-wide installation : if you want to install it in ~/usr
    * act install release agrum -d ~/usr
    *