Installation ============ Quick Start ----------- 1. Clone the repository: .. code-block:: bash git clone https://github.com/AlaaAlzahrani/Jiwar.git cd Jiwar 2. Create and activate a virtual environment: For Windows: .. code-block:: bash virtualenv -p python3 venv .\venv\Scripts\activate.ps1 For macOS and Linux: .. code-block:: bash python3 -m venv venv source venv/bin/activate 3. Install dependencies: .. code-block:: bash pip install --upgrade pip pip install -r requirements.txt 4. Run Jiwar: .. code-block:: bash python jiwar.py For more detailed instructions, including how to set up Jiwar on Google Colab, see :doc:`advanced/google_colab`.