mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-11-22 10:20:12 +00:00
Updated Install (markdown)
parent
577f7f6359
commit
d1bff08ddc
@ -36,6 +36,13 @@ hrfee@lab:~$ cd jellyfin-accounts
|
|||||||
hrfee@lab:~/jellyfin-accounts# pip3 install -r requirements.txt
|
hrfee@lab:~/jellyfin-accounts# pip3 install -r requirements.txt
|
||||||
hrfee@lab:~$ python3 setup.py install
|
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, there’s always the option of running in WSL or docker.
|
||||||
|
|
||||||
|
I haven't actually tested this, but if anyone has, hmu.
|
||||||
|
|
||||||
## Other OSes
|
## Other OSes
|
||||||
It should be as simple as `python3 setup.py install`. If not, submit an issue.
|
It should be as simple as `python3 setup.py install`. If not, submit an issue.
|
||||||
|
Loading…
Reference in New Issue
Block a user