summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 13:23:44 +0200
committerYuval Adam <_@yuv.al>2026-07-24 13:23:44 +0200
commit70781bce8d2c18c8292a89653b6183d2bb210441 (patch)
tree8057692c9a5bdab5d926b60c1221cd58a2a4a178 /README.md
parent7bcb41306a944160a58393c50593f25767649f59 (diff)
Run source checkout without PYTHONPATH
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: