Installation¶
pip install aiocometd
Install extras¶
aiocometd defines several groups of optional requirements:
testsfor running unit testsdocsfor buidling the documentationexamplesfor running the examplesdevfor creating a complete development enviroment
Any combination of these options can be specified during installation.
pip install aiocometd[tests,docs,examples,dev]