aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-05 19:16:22 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-05 19:16:22 +0100
commit5e88d395dee651175a277092c712249e3898a7d8 (patch)
treee6e0b475c7ab5c6a7ff4f0ea7ad1b08cecf05e68 /README.md
parent54c1f6f845765fa7ed8720bbbc0130d99fc7a123 (diff)
downloadtagit-5e88d395dee651175a277092c712249e3898a7d8.tar.gz
tagit-5e88d395dee651175a277092c712249e3898a7d8.tar.bz2
tagit-5e88d395dee651175a277092c712249e3898a7d8.zip
build fixes
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