Installation ============ As mentioned in the project's README.md file, you can install aiorsmq by using pip: .. code-block:: bash $ pip install aiorsmq To upgrade from an older version of aiorsmq, use the ``-U`` flag: .. code-block:: bash $ pip install -U aiorsmq See the project's `CHANGELOG.md `_ file to find out about the changes done in each release. After you have installed aiorsmq, simply import the ``AIORSMQ`` class into your code: .. code-block:: python from aiorsmq import AIORSMQ