From 76a1c285107134b3031ff12b724bf2c6bfaa1290 Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 4 Dec 2025 09:41:04 +0100 Subject: [PATCH] docs: update readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6d7e0b..639308e 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,14 @@ Also: ## How to run -Install the dependencies with: +This project uses [uv](https://github.com/astral-sh/uv) for dependency management. ```bash -$ virtualenv venv && source venv/bin/activate && pip install -r requirements.txt -``` +# install dependencies (creates .venv) +$ uv sync -Run the main application with: - -```bash -$ python main.py +# run the TUI +$ uv run main.py ``` ## Roadmap