Abstract Base Class to enable comfortable zyre communication through inheritance.
After cloning to the repository, install the requirements:
sudo pip3 install -r requirements.txt
Then install the pyre base class:
sudo pip3 install -e .
The C++ base class must be located in /opt/ropod/
, the recommended way to do it is:
git clone [email protected]:ropod/ropod_common.git
sudo mv ropod_common /opt/ropod/