mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-12-16 03:00:05 +01:00
Update CONTRIBUTING.md to install .[dev] first then pre-commit (#275)
This commit is contained in:
@@ -12,12 +12,12 @@ 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 pre-commit hooks
|
|
||||||
pre-commit install
|
|
||||||
|
|
||||||
# install in editable mode
|
# install in editable mode
|
||||||
pip install -e .[dev]
|
pip install -e .[dev]
|
||||||
|
|
||||||
|
# install pre-commit hooks
|
||||||
|
pre-commit install
|
||||||
|
|
||||||
# run tests & make sure everything is working!
|
# run tests & make sure everything is working!
|
||||||
pytest
|
pytest
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user