We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b1469 commit d92a574Copy full SHA for d92a574
README.md
@@ -53,6 +53,12 @@ Install mavehgvs from pip using:
53
pip3 install mavehgvs
54
```
55
56
+To set up the package for development purposes, include the optional dependencies and
57
+install pre-commit:
58
+
59
+ pip3 install mavehgvs[dev]
60
+ pre-commit install
61
62
# Feedback
63
To report a problem or request a new feature with either the mavehgvs package or the MAVE-HGVS standard,
64
please use the GitHub issue tracker.
0 commit comments