From f91a7d0d86d0e2fa874fa3d67ae4a74684d8994b Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 5 May 2022 11:21:36 +0100 Subject: [PATCH] add updates to installationi. change link for git for windows. add voicemeeter.com link to readme --- INSTALLATION.md | 9 +++++++-- README.md | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 82b6f4f..ee706a7 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,6 +1,6 @@ ## Git Installation -https://git-scm.com/download/win +https://gitforwindows.org/ ## Python Installation @@ -22,8 +22,13 @@ This will open a Powershell in the current directory. Then use the command `pip install .` and wait for the required packages to install. -Finally, run the GUI with the command `python .` or `pythonw .` +Finally, run the GUI with the command `pythonw .` If the GUI looks like the image below when you first load it, then no channels are labelled. From the menu, Profiles->Load Profile you may load an example config. Save your current Voicemeeter settings first :). ![Image of no labels example](./doc_imgs/nolabels.png) + +## Updates + +If there are updates to the app, you can track them in the [CHANGELOG](CHANGELOG.md), simply repeat the +steps above from the download with green `Code` button onwards. diff --git a/README.md b/README.md index 75916ca..d9e1402 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) ## Prerequisites -- Voicemeeter (Basic v1.0.8.2), (Banana v2.0.6.2) or (Potato v3.0.2.2) -- [Git for Windows](https://git-scm.com/download/win) +- [Voicemeeter](https://voicemeeter.com/) (Basic v1.0.8.2), (Banana v2.0.6.2) or (Potato v3.0.2.2) +- [Git for Windows](https://gitforwindows.org/) - Python 3.9+ ## Installation