Skip to content

Commit 3536a0b

Browse files
OdizinneFlora A
authored and
Flora A
committed
readme
1 parent a273373 commit 3536a0b

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

+21-8
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,31 @@ Lights state will be restored on next start.
1010
## Download
1111
Precompiled windows binaries can be found in [release](https://github.com/Odizinne/HeadsetControl-Qt/releases) section
1212

13-
## Build dependencies
14-
**Linux**
15-
- PyQt6
16-
- [HeadsetControl](https://github.com/Sapd/HeadsetControl)
13+
## Build and run
1714

18-
**Windows**
15+
Clone this repository: `git clone https://github.com/Odizinne/HeadsetControl-Qt.git`
16+
CD to the cloned repo: `cd HeadsetControl-Qt`
17+
18+
**Windows**
19+
Dependencies:
1920
- PyQt6
2021
- darkdetect
2122
- winshell
23+
24+
Install dependencies: `pip install PyQt6 darkdetect winshell`
25+
Build exe: `python .\setup.py build`
26+
27+
Binaries will be located in `Build` dir.
28+
29+
**Linux**
30+
Dependencies:
31+
- PyQt6 (from package manager is recommended, else use pip)
2232
- [HeadsetControl](https://github.com/Sapd/HeadsetControl)
2333

34+
There is nothing to build.
35+
36+
Make sure `headsetcontrol-qt.py` is executable: `chmod +x ./headsetcontrol-qt.py`
37+
Then run it: `headsetcontrol-qt.py`
38+
2439
## To-do
25-
- Build info in readme
26-
- Add other headsetcontrol supported settings
27-
- Use system symbolic icons for linux
40+
- Add other headsetcontrol supported settings (My headset does not support them so i cannot test)

0 commit comments

Comments
 (0)