add link to python.md for git for windows in readme.

add link to python.md for git for windows in readme.
This commit is contained in:
onyx-and-iris 2022-04-19 21:11:41 +01:00
parent d3ba898653
commit ccfe21a20e
2 changed files with 2 additions and 2 deletions

View File

@ -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 .`

View File

@ -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