55b468ded7
Patch by https://github.com/felixonmars
71 lines
1.5 KiB
Markdown
71 lines
1.5 KiB
Markdown
# Python ecosystem
|
|
|
|
If you feel like running arbitrary code downloaded over the
|
|
internet (pypi doesn't support gpg signatures [anymore](https://github.com/pypa/python-packaging-user-guide/pull/466)),
|
|
mat2 is [available on pypi](https://pypi.org/project/mat2/), and can be
|
|
installed like this:
|
|
|
|
```
|
|
pip3 install mat2
|
|
```
|
|
|
|
# GNU/Linux
|
|
|
|
## Optional dependencies
|
|
|
|
When [bubblewrap](https://github.com/projectatomic/bubblewrap) is
|
|
installed, mat2 uses it to sandbox any external processes it invokes.
|
|
|
|
## Arch Linux
|
|
|
|
Thanks to [kpcyrd](https://archlinux.org/packages/?maintainer=kpcyrd), there is an package available on
|
|
[Arch linux's AUR](https://archlinux.org/packages/extra/any/mat2/).
|
|
|
|
## Debian
|
|
|
|
There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names§ion=all) and you can install mat2 with:
|
|
|
|
```
|
|
apt install mat2
|
|
```
|
|
|
|
## Fedora
|
|
|
|
Thanks to [atenart](https://ack.tf/), there is a package available on
|
|
[Fedora's copr]( https://copr.fedorainfracloud.org/coprs/atenart/mat2/ ).
|
|
|
|
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](https://github.com/MeisterP/torbrowser-overlay).
|
|
|
|
|
|
# OSX
|
|
|
|
## Homebrew
|
|
|
|
mat2 is [available on homebrew](https://formulae.brew.sh/formula/mat2):
|
|
|
|
```
|
|
brew install mat2
|
|
```
|
|
|
|
## MacPorts
|
|
|
|
mat2 is [available on MacPorts](https://ports.macports.org/port/mat2/):
|
|
|
|
```
|
|
port install mat2
|
|
```
|