Clone the repository:
cd taskpriors
(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
pip install -r requirements.txt
OR with uv
uv sync --no-dev
8 commits
Clone the repository:
cd taskpriors
(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
pip install -r requirements.txt
OR with uv
uv sync --no-dev
8 commits
Python
100.0%