Installing¶
Installing disnake-compass¶
To install disnake-compass, you must be using Python version 3.10 or above and disnake version 2.10 or above.
disnake-compass can be installed directly from PyPI. The exact command used varies depending on your system.
> py -m pip install -U disnake-compass
$ python3 -m pip install -U disnake-compass
Installing a development version¶
In case you want to contribute to disnake-compass 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-compass
$ python3 -m pip install -U git+https://github.com/DisnakeCommunity/disnake-compass