diff --git a/INST_PYTHON.md b/INST_PYTHON.md index 6a5e334..9081858 100644 --- a/INST_PYTHON.md +++ b/INST_PYTHON.md @@ -12,4 +12,4 @@ If you install Python straight from `python.org` instead remember to click 'Add 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 .` -Now just run the `__main__.py` file with command `python .` or `pythonw .` +Now in Powershell use command `python .` or `pythonw .` diff --git a/README.md b/README.md index 9656115..de03435 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Voicemeeter Compact ## Prerequisites - Voicemeeter (Basic v1.0.8.2), (Banana v2.0.6.2) or (Potato v3.0.2.2) -- Git for Windows (or the [Github Desktop client](https://desktop.github.com/)) +- Git for Windows [Don't have Git?](INST_PYTHON.md) - Python 3.9+ [Don't have Python?](INST_PYTHON.md) ## Installation