Skip to content

Installation

Poetry can be used to install Aiogram Magick into your current environment:

$ poetry add aiogram_magick
Dependencies for each module are available as groups:
$ poetry add aiogram_magick[sqlite]

Alternatively, you can still use Pip:

$ pip install aiogram_magick

$ # For aiogram_magisk.sqlite
$ pip install aiosqlite jsonpickle

Unstable versions

Python wheels are built on every successful commit on main or dev. You can find artifacts here.