Installing

Permuta is not yet available on pip.

Basic

It can however be cloned and set up on a unix system like so:

$ git clone https://github.com/PermutaTriangle/Permuta.git
$ cd Permuta
$ ./setup install  # Perhaps with superuser priveleges

Then it can be used in a script/interactive session like so:

import permuta

One should follow the demo on the official GitHub repository, and start off like so:

from permuta import *

Advanced

A more advanced user might install like so:

$ ./setup develop

But how advanced is that really?