mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-12-13 09:50:05 +01:00
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
This commit is contained in:
@@ -12,7 +12,7 @@ To get started fork this repository, and clone your fork:
|
|||||||
git clone https://github.com/<your_organization>/superqt
|
git clone https://github.com/<your_organization>/superqt
|
||||||
cd superqt
|
cd superqt
|
||||||
|
|
||||||
# install in editable mode
|
# install in editable mode (this will install PyQt6 as the Qt backend)
|
||||||
pip install -e .[dev]
|
pip install -e .[dev]
|
||||||
|
|
||||||
# install pre-commit hooks
|
# install pre-commit hooks
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ dev = [
|
|||||||
"pydocstyle",
|
"pydocstyle",
|
||||||
"rich",
|
"rich",
|
||||||
"types-Pygments",
|
"types-Pygments",
|
||||||
|
"superqt[test,pyqt6]",
|
||||||
]
|
]
|
||||||
docs = [
|
docs = [
|
||||||
"mkdocs-macros-plugin ==1.3.7",
|
"mkdocs-macros-plugin ==1.3.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user