# Update package lists
sudo apt update
# Install Python and pip
sudo apt install python3 python3-pip
# Install ThothCTL
pip3 install thothctl
# Install Python and pip
sudo yum install python3 python3-pip
# or for newer versions
sudo dnf install python3 python3-pip
# Install ThothCTL
pip3 install thothctl
# Install for current user only
pip3 install --user thothctl
# Add to PATH
echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc
source ~/.bashrc
# Install system-wide (requires sudo)
sudo pip3 install thothctl
# Ubuntu/Debian
sudo apt install graphviz
# CentOS/RHEL/Fedora
sudo yum install graphviz
# or
sudo dnf install graphviz
# Add to ~/.bashrc or ~/.zshrc
export THOTHCTL_DEBUG=true
export THOTH_CONFIG_DIR=~/.thothcf