add updates to installationi.

change link for git for windows.

add voicemeeter.com link to readme
This commit is contained in:
onyx-and-iris 2022-05-05 11:21:36 +01:00
parent a1cd5caa5b
commit f91a7d0d86
2 changed files with 9 additions and 4 deletions

View File

@ -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.

View File

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