mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-22 04:40:55 +00:00
add updates to installationi.
change link for git for windows. add voicemeeter.com link to readme
This commit is contained in:
parent
a1cd5caa5b
commit
f91a7d0d86
@ -1,6 +1,6 @@
|
|||||||
## Git Installation
|
## Git Installation
|
||||||
|
|
||||||
https://git-scm.com/download/win
|
https://gitforwindows.org/
|
||||||
|
|
||||||
## Python Installation
|
## 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.
|
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 :).
|
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)
|
![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.
|
||||||
|
@ -12,8 +12,8 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Voicemeeter (Basic v1.0.8.2), (Banana v2.0.6.2) or (Potato v3.0.2.2)
|
- [Voicemeeter](https://voicemeeter.com/) (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)
|
- [Git for Windows](https://gitforwindows.org/)
|
||||||
- Python 3.9+
|
- Python 3.9+
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Loading…
Reference in New Issue
Block a user