Introduction#

Requirements#

asyncakinator requires Python 3.9 and above. Support for previous versions of Python is not supported.

Dependencies#

Usually, pip will install the dependencies for you.

Installing#

This installs the latest stable release of asyncakinator from PyPI .

py -3 -m pip install -U asyncakinator
python3 -m pip install asyncakinator

Installing Development Versions#

If you want to install the development version of asyncakinator, follow the directions below.

Caution

The development version of asyncakinator is not garantueed to be stable. It may contain bugs and/or breaking changes.

py -3 -m pip install -U git+https://github.com/avizum/asyncakinator@main
python3 -m pip install -U git+https://github.com/avizum/asyncakinator@main