Installation#
Package Install#
pip install design-research-experiments
Editable Install#
git clone https://github.com/cmudrc/design-research-experiments.git
cd design-research-experiments
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -e ".[dev]"
Maintainer Shortcut#
make dev
Notes#
The experiments package keeps runtime dependencies deliberately small and relies on adapters for optional integration with sibling libraries. See Dependencies and Extras for development extras and release-check guidance.