You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Unify Python optional module and test dependency documentation
The current documentation combine two different approaches: OS-specific
notes and OS-agnostic Python-specific notes. This has multiple issues:
1. OS-specific notes miss the `pycapnp` module.
2. `python3-zmq` is a package name in some Linux distros, rather than a
Unix-wide convention.
3. Installing `pyzmq` from PyPI works in general, not only on macOS.
As the functional test framework is Python-based, this consolidates
the documentation in Python-focused notes fixing the mentioned issues.
0 commit comments