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