Skip to content

Commit 94d97c2

Browse files
committed
update pip install for development packages to pip install -e .[pre-commit,docs,testing]
1 parent 5651795 commit 94d97c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/source/best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Once the repository has been created from the template, a small amount of initia
106106

107107
Install the package along with development dependencies:
108108

109-
pip install -e .[dev]
109+
pip install -e .[pre-commit,docs,testing]
110110

111111
6. **Run the test suite**
112112

@@ -319,7 +319,7 @@ This setup allows for **automatic API documentation generation** with `sphinx-au
319319

320320
2. Install the package with development dependencies:
321321

322-
pip install -e .[dev]
322+
pip install -e .[pre-commit,docs,testing]
323323

324324
---
325325

@@ -393,7 +393,7 @@ All repositories use GitHub Actions for continuous integration.
393393

394394
CI workflows assume the project can be installed using:
395395

396-
pip install -e .[dev]
396+
pip install -e .[pre-commit,docs,testing]
397397

398398
No manual setup is required to enable GitHub Actions.
399399

0 commit comments

Comments
 (0)