mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-11-22 02:10:11 +00:00
Updated Install (markdown)
parent
d5c2e06cfe
commit
bf4ba47ad2
17
Install.md
17
Install.md
@ -26,22 +26,7 @@ hrfee@lab:~/jellyfin-accounts# sudo docker build -t jellyfin-accounts .
|
||||
* Note: if you get a dependency error on linux, try installing `libssl-dev` or the equivalent on your system.
|
||||
|
||||
## Manual build/install
|
||||
First, make sure you have poetry installed. See [here](https://python-poetry.org/docs/) for instructions.
|
||||
|
||||
Then clone the repo.
|
||||
|
||||
`hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts.git`
|
||||
|
||||
Then enter the directory, grab python dependencies and run the install.
|
||||
|
||||
```
|
||||
hrfee@lab:~$ cd jellyfin-accounts
|
||||
hrfee@lab:~/jellyfin-accounts# poetry update
|
||||
hrfee@lab:~$ poetry install
|
||||
```
|
||||
|
||||
From there, you can run `poetry run jf-accounts` every time, or you can build a package with `poetry build`. The resulting wheel can be found in `dist/`, where you can run `pip install <filename>.whl` to install.
|
||||
|
||||
See [Building](https://github.com/hrfee/jellyfin-accounts/wiki/Building).
|
||||
## Windows
|
||||
There used to be an issue with dependencies, but i've since discovered that it was completely unnecessary anyway. Installation should be the same as above through pip.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user