Add requirements to README

Added requirements, notably python >= 3.6 due to f-string usage.
This commit is contained in:
Harvey Tindall 2020-04-11 19:00:50 +01:00 committed by GitHub
parent 19ab6ed4d7
commit 2e22e5f840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

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