diff --git a/README.md b/README.md
index 4d51a8a..b0f2ac3 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,25 @@ A module that extends TinyTag's capabilities by also writing tags.
| ID3 Writing | Strings
Integers
Links
Images | Partially Implemented |
| Ogg Vorbis Writing | Strings
Integers
Links
Images | Partially Implemented |
+## Installation
+
+Simply let pip install the package:
+
+``` bash
+pip install smalltag@git+https://teapot.informationsanarchistik.de/Wobbl/SmallTag.git
+```
+
+
+### SmallTag As A Dependency
+
+If you are working on a project that uses SmallTag,
+the line in your requirements.txt that corresponds to SmallTag should contain this:
+
+```
+smalltag @ git+https://teapot.informationsanarchistik.de/Wobbl/SmallTag.git#egg=smalltag
+```
+
+
## Usage
> [!CAUTION]