diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:16:22 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:16:22 +0100 |
commit | 5e88d395dee651175a277092c712249e3898a7d8 (patch) | |
tree | e6e0b475c7ab5c6a7ff4f0ea7ad1b08cecf05e68 /README.md | |
parent | 54c1f6f845765fa7ed8720bbbc0130d99fc7a123 (diff) | |
download | tagit-5e88d395dee651175a277092c712249e3898a7d8.tar.gz tagit-5e88d395dee651175a277092c712249e3898a7d8.tar.bz2 tagit-5e88d395dee651175a277092c712249e3898a7d8.zip |
build fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |