Installation
Requires Python 3.12+.
Install from PyPI:
pip install design-research
Editable local install for contributors:
python -m venv .venv
source .venv/bin/activate
make dev
Requires Python 3.12+.
Install from PyPI:
pip install design-research
Editable local install for contributors:
python -m venv .venv
source .venv/bin/activate
make dev