Add requirements to README

Added requirements, notably python >= 3.6 due to f-string usage.
This commit is contained in:
2020-04-11 19:00:50 +01:00
committed by GitHub
parent 19ab6ed4d7
commit 2e22e5f840

View File

@@ -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>
</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
cd jellyfin-accounts