diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:12:57 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 19:12:57 +0100 |
commit | 3ae93a405724ca6b5ddeb0b458fcc95685f83f09 (patch) | |
tree | 634198c34aae3c0306ce30ac7452abd7b53a14e8 /README.md | |
parent | 87004fa65cc4833cfdbd9a24ba149123c7020edb (diff) | |
download | bsfs-3ae93a405724ca6b5ddeb0b458fcc95685f83f09.tar.gz bsfs-3ae93a405724ca6b5ddeb0b458fcc95685f83f09.tar.bz2 bsfs-3ae93a405724ca6b5ddeb0b458fcc95685f83f09.zip |
build fixes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |