Installation ============ ``Pyjo-Reactor-Asyncio`` can be installed with ``pip``: :: pip install Pyjo-Reactor-Asyncio The latest, unreleased version can be installed with ``pip`` from GitHub repository: :: pip install -U git+https://github.com/dex4er/Pyjo-Reactor-Asyncio or: :: pip install -U https://github.com/dex4er/Pyjo-Reactor-Asyncio/archive/master.zip ``Pyjo-Reactor-Asyncio`` requires additional packages: * Pyjoyment * asyncio (for Python 3.3; internal package for Python 3.4+) * trollius (asyncio replacement for Python 2.x)