From 7850e53b61f8b7bad82988c41a4d7e298c000065 Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:15:57 -0500 Subject: [PATCH] Update CONTRIBUTING.md to include [test] and mention Qt backend (#276) * Update CONTRIBUTING.md to include [test] and mention Qt backend * add superqt[test,pyqt6] to dev, mention it in contributing guide --- CONTRIBUTING.md | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8362e11..5761fac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ To get started fork this repository, and clone your fork: git clone https://github.com//superqt cd superqt -# install in editable mode +# install in editable mode (this will install PyQt6 as the Qt backend) pip install -e .[dev] # install pre-commit hooks diff --git a/pyproject.toml b/pyproject.toml index 213dc83..3b0a9ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,7 @@ dev = [ "pydocstyle", "rich", "types-Pygments", + "superqt[test,pyqt6]", ] docs = [ "mkdocs-macros-plugin ==1.3.7",