niketp03/taskpriors

0

stars

8

commits

Python

primary language

Sep 24, 2025

updated

README

taskpriors

Setup

Prerequisites

  • Python 3.8 or higher
  • pip
  • (Optional) virtualenv for isolated environments

Installation

  1. Clone the repository:

    cd taskpriors
    
  2. (Optional) Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    

    OR with uv

 uv venv
 source .venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
    pip install -r requirements.txt
    
    OR with uv
    uv sync --no-dev
    

Contributors

niketp03

8 commits

niketp03/taskpriors

0

stars

8

commits

Python

primary language

Sep 24, 2025

updated

README

taskpriors

Setup

Prerequisites

  • Python 3.8 or higher
  • pip
  • (Optional) virtualenv for isolated environments

Installation

  1. Clone the repository:

    cd taskpriors
    
  2. (Optional) Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    

    OR with uv

 uv venv
 source .venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
    pip install -r requirements.txt
    
    OR with uv
    uv sync --no-dev
    

Contributors

niketp03

8 commits

Languages

Python

100.0%