Installation

As mentioned in the project’s README.md file, you can install aiorsmq by using pip:

$ pip install aiorsmq

To upgrade from an older version of aiorsmq, use the -U flag:

$ 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:

from aiorsmq import AIORSMQ