Add version specific installation instructions to README.md
This commit is contained in:
@@ -26,6 +26,17 @@ pip install git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git
|
|||||||
pip install "ddns-service[mysql] @ git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git"
|
pip install "ddns-service[mysql] @ git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install a specific version
|
||||||
|
|
||||||
|
Append `@<git-tag>` to the repository URL to install a tagged release:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git@v1.0.0
|
||||||
|
|
||||||
|
# With MariaDB/MySQL support:
|
||||||
|
pip install "ddns-service[mysql] @ git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git@v1.0.0"
|
||||||
|
```
|
||||||
|
|
||||||
Requires Python 3.11+. Dependencies installed automatically: argon2-cffi, dnspython, jinja2, peewee (+ pymysql for mysql extra).
|
Requires Python 3.11+. Dependencies installed automatically: argon2-cffi, dnspython, jinja2, peewee (+ pymysql for mysql extra).
|
||||||
|
|
||||||
## Service setup
|
## Service setup
|
||||||
|
|||||||
Reference in New Issue
Block a user