From aa5257c2c04f1819961087d214fe70f231ad9eee Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 15 Apr 2020 11:00:07 +0100 Subject: [PATCH] Updated Install (markdown) --- Install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Install.md b/Install.md index 417aff7..47b63db 100644 --- a/Install.md +++ b/Install.md @@ -1,16 +1,17 @@ ## Debian First, ensure all the necessary dependencies are installed. -`hrfee@lab:~$ sudo apt-get install libsasl2-dev python3-dev libldap2-dev libssl-dev` +`hrfee@lab:~$ sudo apt-get install libsasl2-dev python3-dev python3-pip libldap2-dev libssl-dev` Next, acquire the software. `hrfee@lab:~$ git clone https://github.com/hrfee/jellyfin-accounts.git` -Then enter the directory and run the install. +Then enter the directory, grab python dependencies and run the install. ``` hrfee@lab:~$ cd jellyfin-accounts +hrfee@lab:~/jellyfin-accounts# pip3 install -r requirements.txt hrfee@lab:~$ python3 setup.py install ```