Installation
Requirements
- Python 3.10 or higher
- discord.py 2.7 or higher
From PyPI
pip install pycascadeui
# With the SQLite persistence backend
pip install pycascadeui[sqlite]
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:
This installs additional dependencies: pytest, pytest-asyncio, black, and isort.
Verify Installation
import cascadeui
print(cascadeui.__version__) # Should print the version