mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-10-31 19:40:10 +00:00
Add requirements to README
Added requirements, notably python >= 3.6 due to f-string usage.
This commit is contained in:
parent
19ab6ed4d7
commit
2e22e5f840
14
README.md
14
README.md
@ -8,7 +8,19 @@ A simple, web-based invite system for [Jellyfin](https://github.com/jellyfin/jel
|
|||||||
<img src="images/admin.png" width="45%"></img> <img src="images/create.png" width="45%"></img>
|
<img src="images/admin.png" width="45%"></img> <img src="images/create.png" width="45%"></img>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Install
|
## Get it
|
||||||
|
### Requirements
|
||||||
|
* python >= 3.6
|
||||||
|
* flask
|
||||||
|
* flask_httpauth
|
||||||
|
* requests
|
||||||
|
* itsdangerous
|
||||||
|
* passlib
|
||||||
|
* secrets
|
||||||
|
* configparser
|
||||||
|
* waitress
|
||||||
|
|
||||||
|
### Install
|
||||||
```
|
```
|
||||||
git clone https://github.com/hrfee/jellyfin-accounts.git
|
git clone https://github.com/hrfee/jellyfin-accounts.git
|
||||||
cd jellyfin-accounts
|
cd jellyfin-accounts
|
||||||
|
Loading…
Reference in New Issue
Block a user