diff --git a/documentation/docs/tirith-installation/developer-mode-installation.md b/documentation/docs/tirith-installation/developer-mode-installation.md index eaf05a9..e638816 100644 --- a/documentation/docs/tirith-installation/developer-mode-installation.md +++ b/documentation/docs/tirith-installation/developer-mode-installation.md @@ -36,9 +36,8 @@ slug: developer-mode-installation/ For developers who want to contribute to Tirith, setting up a [Dev Container in Visual Studio Code (VS Code)](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_create-a-devcontainerjson-file) offers a robust development environment. This approach ensures that all dependencies and configurations are consistent across different setups. ## Prerequisite - -- Ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine. -- Install [Git](https://git-scm.com/downloads) in your machine. +- Make sure your machine has [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) installed. +- Install [Git](https://git-scm.com/downloads) on your machine. - Basic knowledge on [Docker](https://docs.docker.com/engine/install/) is required. ## Steps to Install Tirith @@ -52,7 +51,7 @@ cd tirith ``` ### Step 2: Set Up Docker -Ensure [Docker](https://docs.docker.com/engine/install/) is installed and running on your machine. You can manage Docker using Docker Desktop or the command line interface (CLI). Docker allows you to run Tirith within isolated containers, preventing any dependency conflicts with your local system. +Ensure [Docker](https://docs.docker.com/engine/install/) is installed and running on your machine. You can manage Docker using Docker Desktop or the command-line interface (CLI). Docker allows you to run Tirith within isolated containers, preventing any dependency conflicts with your local system. ### Step 3: Open the Project in VS Code - Launch Visual Studio Code and open the cloned repository folder. diff --git a/documentation/docs/tirith-installation/manual-installation.md b/documentation/docs/tirith-installation/manual-installation.md index 2fa858b..9f023bd 100644 --- a/documentation/docs/tirith-installation/manual-installation.md +++ b/documentation/docs/tirith-installation/manual-installation.md @@ -36,9 +36,8 @@ slug: manual-installation/ If you prefer a manual setup, especially if you want to modify Tirith’s codebase directly, follow these steps to install Tirith in a virtual Python environment. ## Prerequisite - -- Ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine. -- Install [Git](https://git-scm.com/downloads) in your machine. +- Make sure your machine has [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) installed. +- Install [Git](https://git-scm.com/downloads) on your machine. ## Steps to Install Tirith diff --git a/documentation/docs/tirith-installation/quick-intallation.md b/documentation/docs/tirith-installation/quick-intallation.md index c3c01b4..25cec02 100644 --- a/documentation/docs/tirith-installation/quick-intallation.md +++ b/documentation/docs/tirith-installation/quick-intallation.md @@ -33,17 +33,16 @@ slug: quick-installation/ }] }) }}> -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. +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 - -- Ensure [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine. -- Install [Git](https://git-scm.com/downloads) in your machine. +- Make sure your machine has [Python](https://www.python.org/downloads/) and [pip](https://pip.pypa.io/en/stable/installation/) installed. +- Install [Git](https://git-scm.com/downloads) on your machine. ## 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 installs it on your local system. This command ensures that you have the latest version. +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. ```bash pip install git+https://github.com/StackGuardian/tirith.git