From 70781bce8d2c18c8292a89653b6183d2bb210441 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 13:23:44 +0200 Subject: Run source checkout without PYTHONPATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a4ee32d..c113776 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Parley runs directly with Arch's system Python and PyGObject bindings. No virtua ```bash ./scripts/install-dev -PYTHONPATH=src /usr/bin/python -m unittest discover -s tests +python -m unittest discover -s tests ``` Restart and inspect the daemon with: -- cgit v1.3.1