mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
markdown fix
markdown fix
This commit is contained in:
parent
5958b63e9d
commit
04dadd5861
@ -1,6 +1,4 @@
|
||||
## Git Installation
|
||||
Either install the `Github desktop client` or:
|
||||
|
||||
https://git-scm.com/download/win
|
||||
|
||||
## Python Installation
|
||||
@ -24,5 +22,6 @@ Then use the command `pip install .` and wait for the required packages to insta
|
||||
|
||||
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 :).
|
||||
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)
|
||||
|
@ -5,10 +5,12 @@
|
||||
# Voicemeeter Compact
|
||||
## Prerequisites
|
||||
- Voicemeeter (Basic v1.0.8.2), (Banana v2.0.6.2) or (Potato v3.0.2.2)
|
||||
- Git for Windows [Don't have Git?](INST_PYTHON.md)
|
||||
- Python 3.9+ [Don't have Python?](INST_PYTHON.md)
|
||||
- [Git for Windows](https://git-scm.com/download/win)
|
||||
- Python 3.9+
|
||||
|
||||
## Installation
|
||||
For a step-by-step guide [click here](INST_PYTHON.md)
|
||||
|
||||
```
|
||||
git clone https://github.com/onyx-and-iris/voicemeeter-compact
|
||||
cd voicemeeter-compact
|
||||
|
Loading…
Reference in New Issue
Block a user