Updated Install (markdown)

Harvey Tindall 2020-04-19 22:56:53 +01:00
parent 577f7f6359
commit d1bff08ddc

@ -36,6 +36,13 @@ hrfee@lab:~$ cd jellyfin-accounts
hrfee@lab:~/jellyfin-accounts# pip3 install -r requirements.txt
hrfee@lab:~$ python3 setup.py install
```
## Windows
From my comment [here](https://www.reddit.com/r/jellyfin/comments/fz6r70/i_made_an_invite_system_for_jellyfin/fnv9u69?utm_source=share&utm_medium=web2x), regarding the same issue debian has with `lber.h` if you don't install the dependencies:
> This is a dependency issue, I believe installing [python-ldap](https://www.lfd.uci.edu/~gohlke/pythonlibs) first from here should work. If not, theres always the option of running in WSL or docker.
I haven't actually tested this, but if anyone has, hmu.
## Other OSes
It should be as simple as `python3 setup.py install`. If not, submit an issue.