diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ``` |
