Installation
From PyPI
pip install conversation-tk
From Source
git clone https://github.com/yourusername/ctk.git
cd ctk
pip install -e .
Development Setup
git clone https://github.com/yourusername/ctk.git
cd ctk
make install
source venv/bin/activate
Requirements
- Python 3.8 or higher
- No external dependencies for core functionality
- Optional:
rich for enhanced terminal output