The current documentation has multiple issues:
- OS-specific notes are missing for the
pycapnpmodule. python3-zmqis a package name in some Linux distros, rather than a Unix-wide convention.- Installing
pyzmqfrom PyPI works in general, not only on macOS. - The new
lsofdependency is undocumented.
This PR resolves these issues. Additionally, two minor improvements have been added (see commit messages).