Installation guide

Supported Python versions

PyGoChook requires Python 3.7+ (only tested on 3.7)

Installing PyGoChook

You can install PyGoChook and its dependencies from PyPI with:

pip install pygochook

We strongly recommend that you install PyGoChook in a dedicated virtualenv, to avoid conflicting with your system packages.

For more detailed and platform specifics instructions, as well as troubleshooting information, read on.

Things that are good to know

PyGoChook is written in pure Python and depends on a few key Python packages:

  • aiohttp, a request library with asyncio support