Skip to content

docs: use editable install with the unidesk entry point#10

Open
YatesMold wants to merge 2 commits into
open-source-uom:mainfrom
YatesMold:docs/fix-run-command
Open

docs: use editable install with the unidesk entry point#10
YatesMold wants to merge 2 commits into
open-source-uom:mainfrom
YatesMold:docs/fix-run-command

Conversation

@YatesMold
Copy link
Copy Markdown

While trying out UniDesk for the first time, I noticed the run command in the README produces an ImportError because main.py uses relative imports.

I then noticed that setup.py already defines a proper unidesk console_script entry point — so the intended workflow seems to be pip install -e . followed by just unidesk. Updated the README to reflect this.

Also added venv setup steps since modern Debian-based distros block system pip installs by default (PEP 668), which trips up newcomers.

Verified that pip install -e . && unidesk launches the app correctly on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant