Skip to main content Link Search Menu Expand Document (external link)

Installation

Cartwright is available on PyPI. Compatible with Python versions >= 3.7

pip install cartwright

Alternatively you can install for local development.

git clone git@github.com:jataware/cartwright.git
cd cartwright
poetry install