aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 662158b..98134b0 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,13 @@ Install tagit as editable from the git repository:
$ cd tagit
$ pip install -e .
-Install the following additional packages besides tagit:
+If you want to develop (*dev*), run the tests (*test*), edit the
+documentation (*doc*), or build a distributable (*build*),
+install bsfs with the respective extras (in addition to file format extras):
+
+ $ pip install -e .[dev,doc,build,test]
+
+Or, you can manually install the following packages besides tagit:
$ pip install coverage mypy pylint
$ pip install sphinx sphinx-copybutton sphinxcontrib-video furo