0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00
Files
toot/docs/installation.md
Ivan Habunek 62026440fb Replace ReadTheDocs with a homegrown solution
Docs will be published at toot.bezdomni.net instead of relying on a
third party service.
2023-02-28 16:30:59 +01:00

626 B

Installation

toot is packaged for various platforms. If possible use your OS's package manager to install toot.

Packaging status

Python Package Index

Install from PyPI using pip, preferably into a virtual environment.

pip install toot

Homebrew

For Mac OSX users, toot is available in homebrew.

brew install toot

From source

You can get the latest source distribution from Github.