Installation¶
toot is packaged for various platforms.
Debian & Ubuntu¶
Since Debian 10 (buster) and Ubuntu 19.04 (disco), toot is available in the official package repository.
sudo apt install toot
Debian package is maintained by Jonathan Carter.
FreeBSD ports¶
Install the package:
pkg install py38-toot
Build and install from sources:
cd /usr/ports/net-im/toot
make install
FreeBSD port is maintained by Mateusz Piotrowski
Nixpkgs¶
This works on NixOS or systems with the Nix package manager installed.
nix-env -iA nixos.toot
OpenBSD ports¶
Install the package:
pkg_add toot
Build and install from sources:
cd /usr/ports/net/toot
make install
OpenBSD port is maintained by Klemens Nanni
Python Package Index¶
Install from PyPI using pip, preferably into a virtual environment.
pip install --user toot
Homebrew¶
This works on Mac OSX with homebrew installed. Tested with on Catalina, Mojave, and High Sierra.
brew update
brew install toot
Source¶
Finally, you can get the latest source distribution, wheel or debian package from GitHub.