diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,11 @@ tagit - the BSFS browser ======================== +tagit is a graphical interface to browse through a BSFS storage. It is designed +with image collections in mind, therefore provides a means to quickly navigate a +collection by user-assigned tags, and to easily edit images' tags. + + ## Installation You can install tagit via pip: @@ -27,6 +32,7 @@ Install the following additional packages besides tagit: $ pip install coverage mypy pylint $ pip install sphinx sphinx-copybutton sphinxcontrib-video furo $ pip install build + $ pip install pyexiv2 To ensure code style discipline, run the following commands: |