Installation
Requirements
- Python 3.10 or higher
Install from PyPI
bash
pip install litechartsInstall with uv
bash
uv add litechartsInstall from Source
bash
git clone https://github.com/ChadThackray/litecharts.git
cd litecharts
pip install -e .Optional Dependencies
For development:
bash
pip install litecharts[dev]This includes pytest, mypy, and ruff for testing and linting.