[46c9de]: / docs / source / guides / installation.rst

Download this file

38 lines (23 with data), 641 Bytes

Installation Guide

Prerequisites

  • Python 3.8+
  • pip
  • virtualenv (recommended)

Installation Steps

  1. Clone the repository:

    git clone https://gitlab.com/ferhat.sarikaya/ml-recruitment/ml-recruitment.git
    cd ml-recruitment
    
  2. Create and activate virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install dependencies:

    python environment_setup.py
    
  4. Verify installation:

    python -m pytest tests/