diff --git a/INST_PYTHON.md b/INST_PYTHON.md index c427798..9a9d5aa 100644 --- a/INST_PYTHON.md +++ b/INST_PYTHON.md @@ -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) diff --git a/README.md b/README.md index ed6dcf6..5acadc5 100644 --- a/README.md +++ b/README.md @@ -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