============ Installation ============ toot is packaged for various platforms. .. contents:: :local: :backlinks: none Debian Buster ------------- If you're running Debian Buster (testing), toot is available in the Debian package repository. .. code-block:: bash sudo apt install toot Debian package is maintained by `Jonathan Carter `_. APT package repository ---------------------- This works for Debian, Ubuntu and derivatives. The repo is signed with my `keybase.io `_ key. Add the `bezdomni.net` repository: .. code-block:: bash echo "deb http://bezdomni.net/packages/ ./" | sudo tee /etc/apt/sources.list.d/bezdomni.list curl https://keybase.io/ihabunek/pgp_keys.asc | sudo apt-key add - Install the package: .. code-block:: bash sudo apt update sudo apt install python3-toot FreeBSD ports ------------- Install the package: .. code-block:: bash pkg install py36-toot Build and install from sources: .. code-block:: bash 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. .. code-block:: bash nix-env -iA nixos.toot OpenBSD ports ------------- Install the package: .. code-block:: bash pkg_add toot Build and install from sources: .. code-block:: bash 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: .. code-block:: bash pip install toot Source ------ Finally, you can get the latest source distribution, wheel or debian package `from Github `_.