Paladinz2k

How to install Deemix

May 5th, 2020
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. 1. Install Python3 (https://www.python.org/)
  2. 2. Open Terminal (Applications/Utilities)
  3. 3. In Terminal open a folder Directory for saving pip.py
  4. 4. Once in that folder type: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  5. 5. After above installation, in the same terminal window, open the deemix folder
  6. 6. In Terminal in the deemix folder type: pip install -r requirements.txt or pip3 install -r requirements.txt
  7. 7. After completion of requirements, in the same Terminal window type: python3 -m deemix --help
  8. 8. After reading the help notes in the same Terminal window type: python3 server.py
  9. 9. If successful you should see this in the Terminal window "Starting server at http://127.0.0.1:33333" & "WARNING: This is a development server. Do not use it in a production deployment." DO NOT CLOSE THIS WINDOW
  10. 10. Open web browser and type: http://127.0.0.1:33333/ - You will see the deemix home page (if you don't see the homepage, the terminal window is likely closed)
  11.  
  12. Login with ARL and adjust settings accordingly
Add Comment
Please, Sign In to add comment