Installing#

Installing disnake-ext-components#

To install disnake-ext-components, you must be using Python version 3.8 or above.

disnake-ext-components can be installed directly from PyPI. The exact command used varies depending on your system.

Warning

disnake-ext-components is not yet on PyPI.

> py -m pip install -U disnake-ext-components
$ python3 -m pip install -U disnake-ext-components

Installing a development version#

In case you want to contribute to disnake-ext-components or try the latest in development version, you can directly install it from github.

> py -m pip install -U git+https://github.com/DisnakeCommunity/disnake-ext-components
$ python3 -m pip install -U git+https://github.com/DisnakeCommunity/disnake-ext-components