2022-04-19 16:43:10 +01:00
## Python Installation
2022-04-24 12:41:56 +01:00
2022-06-17 00:06:57 +01:00
If you don't have Python already you can fetch it easily from the Windows Store. Simply type `store` into the windows search bar. To run this GUI you'll need the latest version, Python 3.11.0b3.
2022-04-19 17:20:39 +01:00
If you install Python straight from `python.org` instead remember to click 'Add Python environmental variables', this is important.
2022-04-19 16:43:10 +01:00
2022-05-05 11:27:48 +01:00
## Download|Install Code
2022-06-17 00:06:57 +01:00
Once Python is installed:
2022-04-19 21:48:34 +01:00
2022-06-17 00:06:57 +01:00
Enter voicemeeter-compact directory and type `powershell.exe` into the explorer bar as shown in the image below.
2022-04-19 21:48:34 +01:00
![Image of PS in Explorer ](./doc_imgs/powershellinexplorerbar.png )
This will open a Powershell in the current directory.
2022-06-17 00:06:57 +01:00
Then use the command `pip install voicemeeter-compact` and wait for the required packages to install.
2022-04-19 21:48:34 +01:00
2022-05-05 11:27:48 +01:00
## Use
2022-05-05 11:21:36 +01:00
Finally, run the GUI with the command `pythonw .`
2022-04-19 21:48:34 +01:00
2022-04-19 21:58:56 +01:00
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 :).
2022-04-19 21:48:34 +01:00
![Image of no labels example ](./doc_imgs/nolabels.png )
2022-05-05 11:21:36 +01:00
## Updates
If there are updates to the app, you can track them in the [CHANGELOG ](CHANGELOG.md ), simply repeat the
2022-05-05 11:29:09 +01:00
steps above from [Download|Install Code ](https://github.com/onyx-and-iris/voicemeeter-compact/blob/main/INSTALLATION.md#downloadinstall-code ) onwards.