Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

CSC-312/qa-pairs

Repository files navigation

Setup

  1. Install uv (click me) or pip install uv

  2. Create a virtual environement

    uv venv
    python -m venv .venv
    python3 -m venv .venv
    
  3. Install packages

    uv sync
    
  4. Activate Virtual Environement

    source .venv/bin/activate #Unix
    source .venv/Scripts/activate #Windows
    
  5. You may now run code if you've gotten here. uv is a drop in replacement for pip

  6. scripts/download.sh

  7. uv run src/main/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5