From bf4ba47ad2121669a71b272a420b6df6a770f582 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 5 Jul 2020 17:02:21 +0100 Subject: [PATCH] Updated Install (markdown) --- Install.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Install.md b/Install.md index e4e0f57..d527fd5 100644 --- a/Install.md +++ b/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 .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.