diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 16:51:11 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-04 16:51:11 +0100 |
commit | 54c1f6f845765fa7ed8720bbbc0130d99fc7a123 (patch) | |
tree | 43ffc9ae0276d4ff685b75d2991638bcf27e7f9c /README.md | |
parent | bd484c470a71fb63c7aa3a65a427226aff02adaf (diff) | |
download | tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.gz tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.bz2 tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.zip |
setup script
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: |