From 8732722aca10833d8799ada6f82ed334ce2e085d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 12:54:41 +0200 Subject: Run development directly with system Python --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 800b134..8bf7812 100644 --- a/README.md +++ b/README.md @@ -76,18 +76,16 @@ This is not yet a polished end-user release. See [SPEC.md](SPEC.md) for architec ## Development -Use Arch's system Python through `uv` so the environment can access system PyGObject bindings: +Parley has no third-party Python package dependencies. It runs directly with Arch's system Python and system PyGObject bindings: ```bash -uv venv --python /usr/bin/python --system-site-packages -uv pip install -e . ./scripts/install-dev ``` Run tests and inspect the daemon: ```bash -uv run python -m unittest discover -s tests +PYTHONPATH=src /usr/bin/python -m unittest discover -s tests systemctl --user restart parley.service journalctl --user -u parley.service -f ``` -- cgit v1.3.1