updates to readme, and installation instructions

updates to readme, and installation instructions
This commit is contained in:
onyx-and-iris 2022-06-17 00:06:57 +01:00
parent 83d0598d84
commit 7f8a1a2ffc
2 changed files with 7 additions and 16 deletions

View File

@ -1,28 +1,20 @@
## Git Installation
https://gitforwindows.org/
## 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.
![Image of Python in Windows Store](./doc_imgs/wspython310.png)
If you don't have Python already you can fetch it easily from the Windows Store. Simply type `store` into the windows search bar. To run this GUI you'll need the latest version, Python 3.11.0b3.
If you install Python straight from `python.org` instead remember to click 'Add Python environmental variables', this is important.
## Download|Install Code
Once you have Python and Git for Windows installed you can simply download the source files (zip) directly with the green `Code` button,
Once Python is installed:
![Image of Code button](./doc_imgs/codebutton.png)
Once extracted enter voicemeeter-compact directory and type `powershell.exe` into the explorer bar as shown in the image below.
Enter voicemeeter-compact directory and type `powershell.exe` into the explorer bar as shown in the image below.
![Image of PS in Explorer](./doc_imgs/powershellinexplorerbar.png)
This will open a Powershell in the current directory.
Then use the command `pip install .` and wait for the required packages to install.
Then use the command `pip install voicemeeter-compact` and wait for the required packages to install.
## Use

View File

@ -62,9 +62,9 @@ A _kind_id_ specifies a major Voicemeeter version. This may be one of:
## TOML Files
This is how your files should be organised. Wherever your `__main__.py` file is located (after install this can be any location), `config` and `profiles` directories
should be in the same location.
Regarding profiles, a directory for each kind should hold the profile files and in each there can be any number of config files. Example, a config for streaming, a config for general listening/movie watching or any other type of config.
This is how your files should be organised. Wherever your `__main__.py` file is located (after install this can be any location), `configs` should be in the same location.
Directly inside of configs directory you may place an app.toml, vban.toml and a directory for each kind.
Inside each kind directory you may place as many custom toml configurations as you wish.
.
@ -76,7 +76,6 @@ Regarding profiles, a directory for each kind should hold the profile files and
        ├── vban.toml
├── profiles
        ├── basic