Update CONTRIBUTING.md to install .[dev] first then pre-commit (#275)

This commit is contained in:
Peter Sobolewski
2025-01-26 14:34:22 -05:00
committed by GitHub
parent 0b1cd1b11a
commit 68bafaceaa

View File

@@ -12,12 +12,12 @@ To get started fork this repository, and clone your fork:
git clone https://github.com/<your_organization>/superqt
cd superqt
# install pre-commit hooks
pre-commit install
# install in editable mode
pip install -e .[dev]
# install pre-commit hooks
pre-commit install
# run tests & make sure everything is working!
pytest
```