Taboot is in the Fedora package repositories. Installing it should be as simple as:
sudo yum install python-taboot
You’ll need these dependencies to build/install:
Building documentation requires some more deps. These are required if you’re building RPMs, and optional if you’re installing manually:
- python-sphinx
- asciidoc
- libxslt
This is the recommended installation method if you’re pulling Taboot from source:
make rpm
sudo yum localinstall /path/to/rpm
I don’t recommend this. But if you’re dead set on installing directly from source you still can. This calls the python distutils installer directly:
sudo make install
If you wish to build and install the optional documentation you’ll need some additional packages so it can be built fully. Install the documentation with this command:
sudo make installdocs
Uninstall everything with:
sudo make uninstall