diff --git a/Install.md b/Install.md index b5f7a4e..f036d0b 100644 --- a/Install.md +++ b/Install.md @@ -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, there’s 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.