Skip to content

Commit

Permalink
Update CONTRIBUTING.md to include [test] and mention Qt backend (#276)
Browse files Browse the repository at this point in the history
* Update CONTRIBUTING.md to include [test] and mention Qt backend

* add superqt[test,pyqt6] to dev, mention it in contributing guide
  • Loading branch information
psobolewskiPhD authored Jan 26, 2025
1 parent 68bafac commit 7850e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To get started fork this repository, and clone your fork:
git clone https://github.com/<your_organization>/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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dev = [
"pydocstyle",
"rich",
"types-Pygments",
"superqt[test,pyqt6]",
]
docs = [
"mkdocs-macros-plugin ==1.3.7",
Expand Down

0 comments on commit 7850e53

Please sign in to comment.