Tutorial - How To Install Deemix On Windows
Tutorial - How To Install Deemix On Windows
☺ Thank You ☺
How to install deemix on Windows
6 May 2020 Update – Simpler Method
• RemixDev has released an alpha build of deemix_webui. It comes with a simple
.exe file and you don’t need to install Python, which maybe challenging for novice
users.
• Download link for alpha build of deemix_webui:
https://drive.google.com/file/d/1aZMtdKSluXyk0gmyQ8jMb7y6zKdvOxGd/view
1. Install 7-Zip File Manager 64-bit exe. Open the deemix 7Z file with the password
“letmein”. (If Windows did not associate .7z extension with 7-Zip File Manager, choose “Look
for another app on this PC” and go to C:\Program Files\7-Zip\7zFM.exe )
2. Extract the 7Z file to a folder of your choice
3. Double click on the file deemix_webui.exe (If Windows Firewall alert pops up, tick allow access
on private & public networks.)
4. Open Google Chrome or Mozilla Firefox and navigate to
http://127.0.0.1:33333/
5. Login with ARL (see following pages). Do not close deemix_webui.exe
Enjoy! ☺
How to install deemix on Windows
Manual method for advanced users
• Download Python 3.7.x (not Python 3.8)
https://www.python.org/downloads/
• As of 5 May 2020, the latest version is Python 3.7.7 released on 10
March 2020.
• Choose Windows x86-64 executable installer for Windows 64-bit.
• Install python-3.7.7-amd64.exe (Before installation: Tick “Add Python 3.7 to PATH”. After installation: Click
“Disable path length limit”.)
Press Enter
Type:
py server.py
Press Enter
If you get an error message stating “Unable to create process using
‘/usr/env/bin python3 server.py’”, try:
py -3 server.py
If you used “6 May 2020 Simpler Method”, just open deemix_webui.exe again.