11 lines
330 B
Markdown
11 lines
330 B
Markdown
# V2A Player
|
|
|
|
This is the player which you can use to play v2a files, currently thsi implemention is not stable and can have issues, it is experimental for now on.
|
|
|
|
## How to Build
|
|
|
|
1. Create a Venv
|
|
2. install build via pip
|
|
3. run `python -m build --wheel`
|
|
4. install the wheel file in dist using pipx or pip depending on your OS
|