From d493ec0b9e4e9ed1371bdf038b6be6a596065192 Mon Sep 17 00:00:00 2001 From: uh_wot <3631986-uh_wot@users.noreply.gitlab.com> Date: Mon, 25 May 2020 22:40:35 +0200 Subject: [PATCH] removed pythonnet from README since it gets installed anyways --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff15d6..5ed6b2b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a pywebview wrapper for deemix-webui ## How to use this NOTE: Python 3 is required for this app. Make sure you tick the option to add Python to PATH when installing.
NOTE: If `python3` is "not a recognized command" try using `python` instead.
-NOTE: If you're on windows you'll need to install cefpython and pythonnet as well: `python3 -m pip install cefpython3 pythonnet`
+NOTE: If you're on windows you'll need to install cefpython as well: `python3 -m pip install cefpython3 --user`
After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
If you're using git to get this repo you should use `git submodule update --init --recursive` as well. If you're just downloading the archive.zip, make sure you download and extract [deemix-webui](https://notabug.org/RemixDev/deemix-webui) into the webui folder. Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.