aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-04 16:51:11 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-04 16:51:11 +0100
commit54c1f6f845765fa7ed8720bbbc0130d99fc7a123 (patch)
tree43ffc9ae0276d4ff685b75d2991638bcf27e7f9c /README.md
parentbd484c470a71fb63c7aa3a65a427226aff02adaf (diff)
downloadtagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.gz
tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.tar.bz2
tagit-54c1f6f845765fa7ed8720bbbc0130d99fc7a123.zip
setup script
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08707d3..662158b 100644
--- a/README.md
+++ b/README.md
@@ -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: