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 1956752..796c198 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,13 @@ Install bsfs as editable from the git repository:
$ cd bsfs
$ pip install -e .
-Install the following additional packages besides bsfs:
+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:
+
+ $ pip install -e .[dev,doc,build,test]
+
+Or, you can manually install the following packages besides BSFS:
$ pip install coverage mypy pylint
$ pip install sphinx sphinx-copybutton furo