Installation¶
Requirements¶
- Python 3.10+
- Linux or macOS (Windows works without
uvloop) - ZeroMQ shared library (bundled via
pyzmq)
From source¶
Optional extras¶
pip install -e ".[torch]" # TensorMessage + torch-aware serialization
pip install -e ".[all]" # everything
Verify¶
If that prints a version string, continue to the Quickstart.