From 7b58666b7fc2464c0e8268937ad3ff1fbcd469f7 Mon Sep 17 00:00:00 2001 From: charvenetis Date: Sun, 31 May 2026 02:15:18 +0300 Subject: [PATCH] docs: use editable install with the unidesk entry point --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50071e8..6b3b6d9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,18 @@ pip install -r requirements.txt ## Running it +Set up a virtual environment and install the package: + +```bash +python3 -m venv .venv +source .venv/bin/activate # On Windows: .venv\Scripts\activate +pip install -e . ``` -python src/unidesk/main.py + +Then run: + +```bash +unidesk ``` ## Project structure