markdown fix

markdown fix
This commit is contained in:
onyx-and-iris 2022-04-19 21:58:56 +01:00
parent 5958b63e9d
commit 04dadd5861
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,4 @@
## Git Installation ## Git Installation
Either install the `Github desktop client` or:
https://git-scm.com/download/win https://git-scm.com/download/win
## Python Installation ## 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 .` 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) ![Image of no labels example](./doc_imgs/nolabels.png)

View File

@ -5,10 +5,12 @@
# Voicemeeter Compact # Voicemeeter Compact
## Prerequisites ## Prerequisites
- Voicemeeter (Basic v1.0.8.2), (Banana v2.0.6.2) or (Potato v3.0.2.2) - 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) - [Git for Windows](https://git-scm.com/download/win)
- Python 3.9+ [Don't have Python?](INST_PYTHON.md) - Python 3.9+
## Installation ## Installation
For a step-by-step guide [click here](INST_PYTHON.md)
``` ```
git clone https://github.com/onyx-and-iris/voicemeeter-compact git clone https://github.com/onyx-and-iris/voicemeeter-compact
cd voicemeeter-compact cd voicemeeter-compact