diff --git a/PYTHON.md b/INST_PYTHON.md similarity index 74% rename from PYTHON.md rename to INST_PYTHON.md index c5adb4f..bcb49e4 100644 --- a/PYTHON.md +++ b/INST_PYTHON.md @@ -1,7 +1,9 @@ ## 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. -Remember to click 'Add Python to PATH' when installing, this is important. +![Image of Python in Windows Store](python310.png) + +If you install Python straight from `python.org` instead remember to click 'Add Python environmental variables', this is important. Once you have Python continue with installation instructions. If you don't have a GIT client you can simply download the source files directly with the green `Code` button, enter the downloaded directory and from Powershell, `pip install .` diff --git a/README.md b/README.md index 4c57881..75ec38e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Voicemeeter Compact ## Prerequisites - Voicemeeter 1 (Basic), 2 (Banana) or 3 (Potato) -- Python 3.9+ [Don't have Python?](PYTHON.md) +- Python 3.9+ [Don't have Python?](INST_PYTHON.md) ## Installation ``` diff --git a/wspython310.png b/wspython310.png new file mode 100644 index 0000000..1d2d270 Binary files /dev/null and b/wspython310.png differ