Skip to content

Installation

Requirements

  • Python 3.10 or higher

Install from PyPI

bash
pip install litecharts

Install with uv

bash
uv add litecharts

Install 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.

Released under the MIT License.