Added installation instructions.

This commit is contained in:
The Wobbler 2025-03-30 18:51:02 +02:00
parent b92d969ed9
commit 42156e5742

View file

@ -9,6 +9,25 @@ A module that extends TinyTag's capabilities by also writing tags.
| ID3 Writing | <input type="checkbox" disabled checked> Strings<br><input type="checkbox" disabled checked> Integers<br><input type="checkbox" disabled checked> Links<br><input type="checkbox" disabled> Images | <input type="checkbox" disabled> Partially Implemented |
| Ogg Vorbis Writing | <input type="checkbox" disabled checked> Strings<br><input type="checkbox" disabled checked> Integers<br><input type="checkbox" disabled checked> Links<br><input type="checkbox" disabled> Images | <input type="checkbox" disabled> 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]