Quick Installation for Users
If you simply want to install and start using Tirith, this option provides a fast installation process with minimal setup. Perfect for end users and non-developers who only need basic functionality.
Prerequisite
Steps to Install Tirith
Step 1: Install using the pip
command
Run the following command in your terminal to download Tirith directly from the GitHub repository and install it on your local system. This command ensures that you have the latest version.
pip install git+https://github.com/StackGuardian/tirith.git
Step 2: Verify Installation
Once installed, verify that Tirith is working by checking its version. You should see a version number (e.g., 1.0.0-beta.12) indicating successful installation.
tirith --version