docs: update readme

This commit is contained in:
2025-12-04 09:41:04 +01:00
parent a67d0b4324
commit 76a1c28510

View File

@@ -21,16 +21,14 @@ Also:
## How to run ## How to run
Install the dependencies with: This project uses [uv](https://github.com/astral-sh/uv) for dependency management.
```bash ```bash
$ virtualenv venv && source venv/bin/activate && pip install -r requirements.txt # install dependencies (creates .venv)
``` $ uv sync
Run the main application with: # run the TUI
$ uv run main.py
```bash
$ python main.py
``` ```
## Roadmap ## Roadmap