Installation#

Requires Python 3.12+.

Use Compatibility And Start Here if you need help deciding whether to start with the umbrella package or install one sibling library directly.

Install from PyPI:

pip install design-research

Editable local install for contributors:

python -m venv .venv
source .venv/bin/activate
make dev