add git to prerequisites.

add git to prerequisites.

add link to git insallation in inst_python.md
This commit is contained in:
onyx-and-iris 2022-04-19 20:43:23 +01:00
parent 3cbea34c1a
commit 0a528df875
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## Git Installation
Either install the `Github desktop client` or:
https://git-scm.com/download/win
## Python Installation ## 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. 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.
@ -5,6 +10,6 @@ If you don't have Python already you can fetch it easily from the Windows Store.
If you install Python straight from `python.org` instead remember to click 'Add Python environmental variables', this is important. 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 .` 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 just run the `__main__.py` file with command `python .` or `pythonw .`

View File

@ -5,6 +5,7 @@
# Voicemeeter Compact # Voicemeeter Compact
## Prerequisites ## Prerequisites
- Voicemeeter 1 (Basic), 2 (Banana) or 3 (Potato) - Voicemeeter 1 (Basic), 2 (Banana) or 3 (Potato)
- Git for Windows (or the Github Desktop client)
- Python 3.9+ [Don't have Python?](INST_PYTHON.md) - Python 3.9+ [Don't have Python?](INST_PYTHON.md)
## Installation ## Installation