summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
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
```