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 ```