Skip to content

Installation

Requirements

  • Python 3.10 or higher
  • discord.py 2.7 or higher

From PyPI

pip install pycascadeui

# With optional backends
pip install pycascadeui[sqlite]
pip install pycascadeui[redis]

From Source

git clone https://github.com/HollowTheSilver/CascadeUI.git
cd CascadeUI
pip install -e .

Development Install

If you want to run tests or contribute:

pip install -e ".[dev]"

This installs additional dependencies: pytest, pytest-asyncio, black, and isort.

Verify Installation

import cascadeui
print(cascadeui.__version__)  # Should print the version