1
0
Fork 0
mat2/INSTALL.md

1.5 KiB

Python ecosystem

If you feel like running arbitrary code downloaded over the internet (pypi doesn't support gpg signatures anymore), mat2 is available on pypi, and can be installed like this:

pip3 install mat2

GNU/Linux

Optional dependencies

When bubblewrap is installed, mat2 uses it to sandbox any external processes it invokes.

Arch Linux

Thanks to kpcyrd, there is an package available on Arch linux's AUR.

Debian

There is a package available in Debian and you can install mat2 with:

apt install mat2

Fedora

Thanks to atenart, there is a package available on Fedora's copr.

First you need to enable mat2's copr:

dnf -y copr enable atenart/mat2

Then you can install mat2:

dnf -y install mat2

Gentoo

mat2 is available in the torbrowser overlay.

OSX

Homebrew

mat2 is available on homebrew:

brew install mat2

MacPorts

mat2 is available on MacPorts:

port install mat2