################# Installation ################# This document provides detailed instructions on how to install rlftqc. Please follow the steps appropriate for your operating system and environment. Prerequisites ============= Before installing rlftqc, ensure you have the following prerequisites installed: - Python 3.10 or higher - pip (Python package installer) Installing from Source ====================== If you prefer to install rlftqc from the source code, follow these steps: 1. Clone the repository: .. code-block:: bash git clone https://github.com/remmyzen/rlftqc.git cd rlftqc 2. Install the project: .. code-block:: bash pip install -r requirements.txt