diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:23:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:23:44 +0200 |
| commit | 70781bce8d2c18c8292a89653b6183d2bb210441 (patch) | |
| tree | 8057692c9a5bdab5d926b60c1221cd58a2a4a178 /README.md | |
| parent | 7bcb41306a944160a58393c50593f25767649f59 (diff) | |
Run source checkout without PYTHONPATH
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
