mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-24 13:50:54 +00:00
add dir doc_imgs
add dir doc_imgs add more images to inst_python
This commit is contained in:
parent
ccfe21a20e
commit
5958b63e9d
@ -6,10 +6,23 @@ https://git-scm.com/download/win
|
|||||||
## Python Installation
|
## Python Installation
|
||||||
If you don't have Python already you can fetch it easily from the Windows Store. Simply type `store` into the windows search bar, and select the latest version. At the time of writing that is Python 3.10.
|
If you don't have Python already you can fetch it easily from the Windows Store. Simply type `store` into the windows search bar, and select the latest version. At the time of writing that is Python 3.10.
|
||||||
|
|
||||||
![Image of Python in Windows Store](wspython310.png)
|
![Image of Python in Windows Store](./doc_imgs/wspython310.png)
|
||||||
|
|
||||||
If you install Python straight from `python.org` instead remember to click 'Add Python environmental variables', this is important.
|
If you install Python straight from `python.org` instead remember to click 'Add Python environmental variables', this is important.
|
||||||
|
|
||||||
Once you have Python and Git for Windows installed you can simply download the source files (zip) directly with the green `Code` button, once extracted enter the directory and then from Powershell, `pip install .`
|
Once you have Python and Git for Windows installed you can simply download the source files (zip) directly with the green `Code` button,
|
||||||
|
|
||||||
Now in Powershell use command `python .` or `pythonw .`
|
![Image of Code button](./doc_imgs/codebutton.png)
|
||||||
|
|
||||||
|
Once extracted enter voicemeeter-compact directory and type `powershell.exe` into the explorer bar as shown in the image below.
|
||||||
|
|
||||||
|
![Image of PS in Explorer](./doc_imgs/powershellinexplorerbar.png)
|
||||||
|
|
||||||
|
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 .`
|
||||||
|
|
||||||
|
If the GUI looks like the above 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)
|
||||||
|
@ -41,7 +41,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
It's important to know that only labelled strips and buses will appear in the Channel frames. Removing a Channels label will cause the GUI to grow/shrink in real time.
|
It's important to know that only labelled strips and buses will appear in the Channel frames. Removing a Channels label will cause the GUI to grow/shrink in real time.
|
||||||
|
|
||||||
![Image of unlabelled app](nolabels.png)
|
![Image of unlabelled app](./doc_imgs/nolabels.png)
|
||||||
|
|
||||||
If the GUI looks like the above 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 above 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 :).
|
||||||
|
|
||||||
|
BIN
doc_imgs/codebutton.png
Normal file
BIN
doc_imgs/codebutton.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
doc_imgs/powershellinexplorerbar.png
Normal file
BIN
doc_imgs/powershellinexplorerbar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
doc_imgs/wspython310.png
Normal file
BIN
doc_imgs/wspython310.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
wspython310.png
BIN
wspython310.png
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
Loading…
Reference in New Issue
Block a user