Added installation instructions.
This commit is contained in:
parent
b92d969ed9
commit
42156e5742
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue