Updated Install (markdown)

Harvey Tindall 2020-07-05 17:02:21 +01:00
parent d5c2e06cfe
commit bf4ba47ad2

@ -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. * Note: if you get a dependency error on linux, try installing `libssl-dev` or the equivalent on your system.
## Manual build/install ## Manual build/install
First, make sure you have poetry installed. See [here](https://python-poetry.org/docs/) for instructions. See [Building](https://github.com/hrfee/jellyfin-accounts/wiki/Building).
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.
## Windows ## 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. 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.