πŸ› οΈ Development Setup#

  1. Fork the Repository: Click the β€œFork” button on the top right of the GitHub page.

  2. Clone your Fork:

    git clone https://github.com/YOUR_USERNAME/fetchez.git
    cd fetchez
    
  3. Create a Virtual Environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  4. Install in Editable Mode:

    pip install -e .