aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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: