Skip to content

Commit 16110b6

Browse files
committed
docs: update README, development section
1 parent da80ec0 commit 16110b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ https://opensemanticlab.github.io/osw-python/
3030

3131
Dev install
3232
```bash
33-
pip install -e .
33+
pip install -e . [dev,testing]
34+
```
35+
36+
Activate pre-commit hooks (in git console)
37+
```
38+
pre-commit install
3439
```
3540

3641
Run tests

0 commit comments

Comments
 (0)